Method Summary |
|
public void | addFileSet(ZipFileSet zipFileSet) Add the given fileset to the list of existing fileset. |
public File | getDest() Gets the path to the archive that will be built. |
public List<FileSet> | getFileSetList() Gets the list of fileset to include in the archive. |
public String | getName() Gets the relative Name of the archive (when embedded). |
public boolean | isExploded() |
public void | setDD(File dd) Sets the reference to the deployment descriptor. |
public void | setDest(File dest) Sets the path to the archive that will be built. |
public void | setExploded(boolean exploded) Sets the exploded mode to true or false. |
public void | setName(String name) Sets the relative Name of the archive (when embedded). |
protected void | updateArchiveInfo(ArchiveInfo archiveInfo) Update the given archive info object with some attributes. |