|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.ow2.util.ant.archive.AbsArchive
public class AbsArchive
Common task that creates archives.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
AbsArchive()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addFileSet(org.apache.tools.ant.types.ZipFileSet zipFileSet)
Add the given fileset to the list of existing fileset. |
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. |
String |
getName()
Gets the relative Name of the archive (when embedded). |
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 |
setName(String name)
Sets the relative Name of the archive (when embedded). |
void |
setSpecificDD(File dd)
Sets the reference to the specific deployment descriptor. |
protected void |
updateArchiveInfo(ArchiveInfo archiveInfo)
Update the given archive info object with some attributes. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbsArchive()
| Method Detail |
|---|
public void addFileSet(org.apache.tools.ant.types.ZipFileSet zipFileSet)
zipFileSet - the fileset to add.public List<org.apache.tools.ant.types.FileSet> getFileSetList()
public void setExploded(boolean exploded)
exploded - boolean true/falsepublic boolean isExploded()
public void setDD(File dd)
dd - the given deployment descriptor.public void setSpecificDD(File dd)
dd - the given specific deployment descriptor.public void setDest(File dest)
dest - the reference to resulting archive path.public File getDest()
public void setName(String name)
name - the relative Name of the archive.public String getName()
public File getManifest()
public void setManifest(File manifest)
manifest - the reference to the manifest.protected void updateArchiveInfo(ArchiveInfo archiveInfo)
archiveInfo - the object to update
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||