Class GeronimoEAR
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployable.AbstractDeployable
-
- org.codehaus.cargo.container.spi.deployable.AbstractDeployablewithSettableName
-
- org.codehaus.cargo.container.deployable.EAR
-
- org.codehaus.cargo.container.geronimo.deployable.GeronimoEAR
-
- All Implemented Interfaces:
Deployable
,GeronimoDeployable
,Loggable
public class GeronimoEAR extends EAR implements GeronimoDeployable
Geronimo EAR deployable.
-
-
Constructor Summary
Constructors Constructor Description GeronimoEAR(String ear)
-
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.EAR
getType, getWebContexts, getWebUri, getWebUris
-
Methods inherited from class org.codehaus.cargo.container.spi.deployable.AbstractDeployablewithSettableName
getFilename, getName, setName
-
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
-
GeronimoEAR
public GeronimoEAR(String ear)
- Parameters:
ear
- the location of the EAR being wrapped
-
-
Method Detail
-
getPlan
public String getPlan(InstalledLocalContainer localContainer)
- Specified by:
getPlan
in interfaceGeronimoDeployable
- Parameters:
localContainer
- Local container.- Returns:
- The plan contents.
-
-