|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.ant.archive.info.ArchiveInfo
public class ArchiveInfo
Class that holds information about an archive.
Field Summary | |
---|---|
private java.io.File |
dd
Reference to the standard deployment descriptor. |
private java.io.File |
dest
Full path to the archive. |
private boolean |
exploded
Exploded mode or not ? (default = file). |
private java.util.List<org.apache.tools.ant.types.FileSet> |
fileSetList
List of fileset used to add files. |
private java.io.File |
persistenceDD
Reference to the persistence deployment descriptor. |
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. |
java.io.File |
getDd()
Gets the reference to the deployment descriptor. |
java.io.File |
getDest()
Gets the path to the archive that will be built. |
java.util.List<org.apache.tools.ant.types.FileSet> |
getFileSetList()
Gets the list of fileset to include in the archive. |
java.io.File |
getPersistenceDD()
Gets the reference to the persistence deployment descriptor. |
boolean |
isExploded()
Gets the state : exploded mode or not ? |
void |
setDD(java.io.File dd)
Sets the reference to the deployment descriptor. |
void |
setDest(java.io.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 |
setPersistenceDD(java.io.File persistenceDD)
Sets the reference to the persistence deployment descriptor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.io.File dd
private java.io.File persistenceDD
private java.io.File dest
private java.util.List<org.apache.tools.ant.types.FileSet> fileSetList
private boolean exploded
Constructor Detail |
---|
public ArchiveInfo()
Method Detail |
---|
public void addFileSet(org.apache.tools.ant.types.FileSet fileSet)
fileSet
- the fileset to add.public java.util.List<org.apache.tools.ant.types.FileSet> getFileSetList()
public void setDD(java.io.File dd)
dd
- the given deployment descriptor.public java.io.File getDd()
public void setPersistenceDD(java.io.File persistenceDD)
persistenceDD
- the given persistence deployment descriptor.public java.io.File getPersistenceDD()
public void setDest(java.io.File dest)
dest
- the reference to resulting archive path.public java.io.File getDest()
public void setExploded(boolean exploded)
exploded
- boolean true/falsepublic boolean isExploded()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |