public interface FileInfo
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.Modifier and Type | Method and Description |
---|---|
java.io.File |
getDestinationFile()
Get the actual installation location of the file.
|
java.lang.String |
getFilesetId()
Get the id of the fileset or a zero length string for the default fileset.
|
java.lang.String |
getFilesetName()
Get the name of the fileset, a zero length string for the default fileset, or null if the fileset is non-existent.
|
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.
|
java.io.File getDestinationFile()
java.lang.String getRootUnresolved()
java.io.File getRootResolved()
java.lang.String getRelativeFilePath()
java.lang.String getFilesetId()
java.lang.String getFilesetName()