|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.ant.archive.info.ArchiveInfo
public class ArchiveInfo
Class that holds information about an archive.
| Constructor Summary | |
|---|---|
ArchiveInfo()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addFileSet(org.apache.tools.ant.types.FileSet fileSet)
Add the given fileset to the list of existing fileset. |
File |
getDD()
Gets the reference to the deployment descriptor. |
File |
getDest()
Gets the path to the archive that will be built. |
List<org.apache.tools.ant.types.FileSet> |
getFileSetList()
Gets the list of fileset to include in the archive. |
File |
getManifest()
Gets the reference to the manifest. |
File |
getPersistenceDD()
Gets the reference to the persistence deployment descriptor. |
File |
getSpecificDD()
Gets the reference to the specific deployment descriptor. |
boolean |
isExploded()
Gets the state : exploded mode or not ? |
void |
setDD(File dd)
Sets the reference to the deployment descriptor. |
void |
setDest(File dest)
Sets the path to the archive that will be built. |
void |
setExploded(boolean exploded)
Sets the exploded mode to true or false. |
void |
setManifest(File manifest)
Sets the reference to the manifest. |
void |
setPersistenceDD(File persistenceDD)
Sets the reference to the persistence deployment descriptor. |
void |
setSpecificDD(File specificDD)
Sets the reference to the specific deployment descriptor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchiveInfo()
| Method Detail |
|---|
public void addFileSet(org.apache.tools.ant.types.FileSet fileSet)
fileSet - the fileset to add.public List<org.apache.tools.ant.types.FileSet> getFileSetList()
public void setDD(File dd)
dd - the given deployment descriptor.public File getDD()
public void setSpecificDD(File specificDD)
specificDD - the given specific deployment descriptor.public File getSpecificDD()
public void setPersistenceDD(File persistenceDD)
persistenceDD - the given persistence deployment descriptor.public File getPersistenceDD()
public void setDest(File dest)
dest - the reference to resulting archive path.public File getDest()
public void setExploded(boolean exploded)
exploded - boolean true/falsepublic boolean isExploded()
public File getManifest()
public void setManifest(File manifest)
manifest - the reference to the manifest.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||