Interface GeronimoDeployable
-
- All Superinterfaces:
Deployable
,Loggable
- All Known Implementing Classes:
GeronimoEAR
,GeronimoEJB
,GeronimoWAR
public interface GeronimoDeployable extends Deployable
Geronimo-specific deployable which adds supports for passing Geronimo deployment plans.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPlan(InstalledLocalContainer localContainer)
-
Methods inherited from interface org.codehaus.cargo.container.deployable.Deployable
getFile, getFilename, getName, getType, getVersion, isExpanded
-
-
-
-
Method Detail
-
getPlan
String getPlan(InstalledLocalContainer localContainer)
- Parameters:
localContainer
- Local container.- Returns:
- The plan contents.
-
-