|
|||||||||
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
org.objectweb.easybeans.ant.archive.exploded.EarExploded
public class EarExploded
Creates an EAR exploded archive.
Field Summary | |
---|---|
private static java.lang.String |
DEPLOYMENT_DESCRIPTOR
Path to the Standard deployment descriptor. |
private EarInfo |
earInfo
Ear info object. |
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 | |
---|---|
EarExploded(org.apache.tools.ant.Project p)
Creates an archive for the given project. |
Method Summary | |
---|---|
void |
execute()
Execute the task. |
java.lang.String |
getDDStandardName()
Gets the path to the standard deployment descriptor. |
void |
setEarInfo(EarInfo earInfo)
Sets the information about an EAR archive. |
(package private) void |
updateArchive(AbsArchive archive)
Update the archive with some settings. |
Methods inherited from class org.objectweb.easybeans.ant.archive.exploded.AbsExplodedArchive |
---|
addDD, setArchiveInfo |
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 |
Methods inherited from interface org.objectweb.easybeans.ant.archive.api.IArchive |
---|
setArchiveInfo |
Field Detail |
---|
private static final java.lang.String DEPLOYMENT_DESCRIPTOR
private EarInfo earInfo
Constructor Detail |
---|
public EarExploded(org.apache.tools.ant.Project p)
p
- the given projectMethod Detail |
---|
public void setEarInfo(EarInfo earInfo)
setEarInfo
in interface IEar
earInfo
- the object that holds data information.public java.lang.String getDDStandardName()
getDDStandardName
in class AbsExplodedArchive
public void execute()
execute
in interface IArchive
execute
in class AbsExplodedArchive
void updateArchive(AbsArchive archive)
archive
- the archive to update
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |