|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployable.AbstractDeployable
org.codehaus.cargo.container.deployable.WAR
org.codehaus.cargo.container.geronimo.deployable.GeronimoWAR
public class GeronimoWAR
Geronimo WAR deployable.
Constructor Summary | |
---|---|
GeronimoWAR(java.lang.String war)
|
Method Summary | |
---|---|
java.lang.String |
getPlan()
|
void |
setPlan(java.lang.String plan)
|
Methods inherited from class org.codehaus.cargo.container.deployable.WAR |
---|
getContext, getType, isExpandedWar, setContext |
Methods inherited from class org.codehaus.cargo.container.spi.deployable.AbstractDeployable |
---|
getFile, getFileHandler, isExpanded, setFileHandler |
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject |
---|
getLogger, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.cargo.container.deployable.Deployable |
---|
getFile, getType, isExpanded |
Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
---|
getLogger, setLogger |
Constructor Detail |
---|
public GeronimoWAR(java.lang.String war)
war
- the location of the WAR being wrapped. This must point to either a WAR file or an
expanded WAR directory.Method Detail |
---|
public void setPlan(java.lang.String plan)
setPlan
in interface GeronimoDeployable
plan
- path to the Geronimo planGeronimoDeployable.setPlan(String)
public java.lang.String getPlan()
getPlan
in interface GeronimoDeployable
GeronimoDeployable.getPlan()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |