org.codehaus.cargo.container.geronimo.deployable
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.
- Version:
- $Id: GeronimoWAR.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 |
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.
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.