|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileInfo
Provides information about a file in the distribution tree. Objects of this type are returned by
Context.getDestinationFileInfo(String)
. Also, the "File filter" and "Directory resolver" handlers of the
"Install files" action offer a parameter of this type. In those handlers this class is useful to filter or divert
an entire installation root.
Method Summary | |
---|---|
java.io.File |
getDestinationFile()
Get the actual installation location of the file. |
java.lang.String |
getRelativeFilePath()
Get the relative path of the file in the distribution tree without the installation root. |
java.io.File |
getRootResolved()
Get the resolved installation root for the file. |
java.lang.String |
getRootUnresolved()
Get the unresolved installation root for the file. |
Method Detail |
---|
java.io.File getDestinationFile()
java.lang.String getRootUnresolved()
java.io.File getRootResolved()
java.lang.String getRelativeFilePath()
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |