org.apache.tools.ant.taskdefs
public static class Tar.TarFileSet extends TarFileSet
| Constructor Summary | |
|---|---|
| TarFileSet(FileSet fileset)
Creates a new TarFileSet instance.
| |
| TarFileSet()
Creates a new TarFileSet instance.
| |
| Method Summary | |
|---|---|
| String[] | getFiles(Project p)
Get a list of files and directories specified in the fileset. |
| int | getMode() |
| boolean | getPreserveLeadingSlashes() |
| void | setMode(String octalString)
A 3 digit octal string, specify the user, group and
other modes in the standard Unix fashion;
optional, default=0644 |
| void | setPreserveLeadingSlashes(boolean b)
Flag to indicates whether leading `/'s should
be preserved in the file names.
|
TarFileSet instance.
Using a fileset as a constructor argument.
Parameters: fileset a FileSet value
TarFileSet instance.
Parameters: p the current project.
Returns: a list of file and directory names, relative to the baseDir for the project.
Returns: the current mode.
Returns: the leading slashes flag.
Parameters: octalString a 3 digit octal string.
false.Parameters: b the leading slashes flag.