Method Summary |
|
public Object | clone() Return a ZipFileSet that has the same properties
as this one. |
public int | getDirMode(Project p) |
public DirectoryScanner | getDirectoryScanner(Project p) Return the DirectoryScanner associated with this FileSet. |
public int | getFileMode(Project p) |
public String | getFullpath(Project p) Return the full pathname of the single entry in this fileset. |
public String | getPrefix(Project p) Return the prefix prepended to entries in the zip file. |
protected AbstractFileSet | getRef(Project p) |
public Reference | getRefid() |
public File | getSrc(Project p) Get the zip file from which entries will be extracted. |
public boolean | hasDirModeBeenSet() Whether the user has specified the mode explicitly. |
public boolean | hasFileModeBeenSet() Whether the user has specified the mode explicitly. |
public boolean | isChecked() |
public void | setDir(File dir) Set the directory for the fileset. |
public void | setDirMode(String octalString) |
public void | setFileMode(String octalString) |
public void | setFullpath(String fullpath) Set the full pathname of the single entry in this fileset. |
public void | setPrefix(String prefix) Prepend this prefix to the path for each zip entry. |
public void | setSrc(File srcFile) Set the source Zip file for the zipfileset. |