|
|||||||||
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.objectweb.easybeans.ant.archive.exploded.AbsExplodedArchive
public abstract class AbsExplodedArchive
Abstract task for creating exploded archive.
Field Summary | |
---|---|
private ArchiveInfo |
archiveInfo
Reference to the archive info object. |
private static java.lang.String |
PERSISTENCE_DEPLOYMENT_DESCRIPTOR
Path to the Persistence deployment descriptor. |
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 | |
---|---|
AbsExplodedArchive(org.apache.tools.ant.Project p)
Creates an archive for the given project. |
Method Summary | |
---|---|
void |
addDD()
Add the standard deployment descriptor in the archive. |
void |
execute()
Execute the task. |
abstract java.lang.String |
getDDStandardName()
Gets the path to the standard deployment descriptor. |
void |
setArchiveInfo(ArchiveInfo archiveInfo)
Sets the information about an archive. |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, 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 |
Field Detail |
---|
private static final java.lang.String PERSISTENCE_DEPLOYMENT_DESCRIPTOR
private ArchiveInfo archiveInfo
Constructor Detail |
---|
public AbsExplodedArchive(org.apache.tools.ant.Project p)
p
- the given projectMethod Detail |
---|
public abstract java.lang.String getDDStandardName()
public void setArchiveInfo(ArchiveInfo archiveInfo)
setArchiveInfo
in interface IArchive
archiveInfo
- the object that holds data information.public void addDD()
public void execute()
execute
in interface IArchive
execute
in class org.apache.tools.ant.Task
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |