Method Summary |
|
public void | addFileSet(FileSet fileSet) Add the given fileset to the list of existing fileset. |
public File | getDd() Gets the reference to the deployment descriptor. |
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 File | getPersistenceDD() Gets the reference to the persistence deployment descriptor. |
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 | setPersistenceDD(File persistenceDD) Sets the reference to the persistence deployment descriptor. |