|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.integration.ant.CactusWar
public class CactusWar
Implements the nested element cactuswar of the cactifyear task. This element can be configured exactly as the cactifywar task with some additions as context within the ear file.
| Constructor Summary | |
|---|---|
CactusWar()
|
|
| Method Summary | |
|---|---|
void |
addConfiguredEjbref(org.codehaus.cargo.module.webapp.EjbRef theEjbRef)
Adds a configured EjbRef instance. |
java.lang.String |
getContext()
|
java.lang.String |
getFileName()
|
void |
setContext(java.lang.String theContext)
|
void |
setDestFile(java.io.File destFile)
Setter method for the destination file. |
void |
setVersion(Version theVersion)
Sets the web-app version to use when creating a WAR file from scratch. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CactusWar()
| Method Detail |
|---|
public java.lang.String getContext()
public void setContext(java.lang.String theContext)
theContext - The context to set.public java.lang.String getFileName()
public final void setVersion(Version theVersion)
theVersion - The versionpublic final void addConfiguredEjbref(org.codehaus.cargo.module.webapp.EjbRef theEjbRef)
theEjbRef - the EjbRef to addpublic void setDestFile(java.io.File destFile)
destFile -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||