Class GeronimoWAR
- java.lang.Object
-
- org.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
-
- All Implemented Interfaces:
Deployable
,GeronimoDeployable
,Loggable
public class GeronimoWAR extends WAR implements GeronimoDeployable
Geronimo WAR deployable.
-
-
Constructor Summary
Constructors Constructor Description GeronimoWAR(String war)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPlan(InstalledLocalContainer localContainer)
-
Methods inherited from class org.codehaus.cargo.container.deployable.WAR
getBaseFilename, getContext, getExtraClasspath, getFilename, getName, getType, setContext, setExtraClasspath
-
Methods inherited from class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
equals, getFile, getFileHandler, getVersion, hashCode, isExpanded, setFileHandler, setLogger, setVersion, toString
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.codehaus.cargo.container.deployable.Deployable
getFile, getFilename, getName, getType, getVersion, isExpanded
-
-
-
-
Constructor Detail
-
GeronimoWAR
public GeronimoWAR(String war)
- Parameters:
war
- the location of the WAR being wrapped. This must point to either a WAR file or an expanded WAR directory.
-
-
Method Detail
-
getPlan
public String getPlan(InstalledLocalContainer localContainer)
- Specified by:
getPlan
in interfaceGeronimoDeployable
- Parameters:
localContainer
- Local container.- Returns:
- The plan contents.
-
-