org.codehaus.cargo.container.geronimo.deployable
Interface GeronimoDeployable
- All Superinterfaces:
- org.codehaus.cargo.container.deployable.Deployable, org.codehaus.cargo.util.log.Loggable
- All Known Implementing Classes:
- GeronimoEAR, GeronimoEJB, GeronimoWAR
- public interface GeronimoDeployable
- extends org.codehaus.cargo.container.deployable.Deployable
Geronimo-specific deployable which adds supports for passing Geronimo deployment plans.
- Version:
- $Id: GeronimoDeployable.java 860 2006-02-12 23:33:44Z vmassol $
Method Summary |
java.lang.String |
getPlan()
|
void |
setPlan(java.lang.String plan)
|
Methods inherited from interface org.codehaus.cargo.container.deployable.Deployable |
getFile, getType |
Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
getLogger, setLogger |
setPlan
public void setPlan(java.lang.String plan)
- Parameters:
plan
- path to the Geronimo plan
getPlan
public java.lang.String getPlan()
- Returns:
- the plan path
Copyright © 2004-2007 Codehaus. All Rights Reserved.