org.codehaus.cargo.container.geronimo.deployable
Class GeronimoEAR
java.lang.Object
org.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployable.AbstractDeployable
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.
- Version:
- $Id: GeronimoEAR.java 1160 2006-07-30 20:15:34Z vmassol $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeronimoEAR
public GeronimoEAR(String ear)
- Parameters:
ear
- the location of the EAR being wrapped
setPlan
public void setPlan(String plan)
-
- Specified by:
setPlan
in interface GeronimoDeployable
- Parameters:
plan
- path to the Geronimo plan- See Also:
GeronimoDeployable.setPlan(String)
getPlan
public String getPlan()
-
- Specified by:
getPlan
in interface GeronimoDeployable
- Returns:
- the plan path
- See Also:
GeronimoDeployable.getPlan()
Copyright © 2004-2012 Codehaus. All Rights Reserved.