|
||||||||||
| 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
org.ow2.util.ant.archive.Ear
public class Ear
Task that creates an Ear archive (.ear file or .ear directory).
| 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 | |
|---|---|
Ear()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addConfiguredClient(Client client)
Add a given Application Client archive. |
void |
addConfiguredEjb(Ejb ejb)
Add a given Ejb archive. |
void |
addConfiguredWar(War war)
Add a given war archive. |
void |
addLib(org.apache.tools.ant.types.ZipFileSet zipFileSet)
Add files in lib folder. |
void |
execute()
Execute the task. |
| Methods inherited from class org.ow2.util.ant.archive.AbsArchive |
|---|
addFileSet, getDest, getFileSetList, getManifest, getName, isExploded, setDD, setDest, setExploded, setManifest, setName, setSpecificDD, updateArchiveInfo |
| 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 |
| Constructor Detail |
|---|
public Ear()
| Method Detail |
|---|
public void addLib(org.apache.tools.ant.types.ZipFileSet zipFileSet)
zipFileSet - the fileset that contains the files.public void addConfiguredWar(War war)
war - the given archivepublic void addConfiguredEjb(Ejb ejb)
ejb - the given archivepublic void addConfiguredClient(Client client)
client - the given archivepublic void execute()
execute in class org.apache.tools.ant.Task
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||