org.codehaus.cargo.container.geronimo.deployable
Class GeronimoWAR

java.lang.Object
  extended byorg.codehaus.cargo.util.log.LoggedObject
      extended byorg.codehaus.cargo.container.spi.deployable.AbstractDeployable
          extended byorg.codehaus.cargo.container.deployable.WAR
              extended byorg.codehaus.cargo.container.geronimo.deployable.GeronimoWAR
All Implemented Interfaces:
org.codehaus.cargo.container.deployable.Deployable, GeronimoDeployable, org.codehaus.cargo.util.log.Loggable

public class GeronimoWAR
extends org.codehaus.cargo.container.deployable.WAR
implements GeronimoDeployable

Geronimo WAR deployable.

Version:
$Id: GeronimoWAR.java 1160 2006-07-30 20:15:34Z vmassol $

Constructor Summary
GeronimoWAR(java.lang.String war)
           
 
Method Summary
 java.lang.String getPlan()
          
 void setPlan(java.lang.String plan)
          
 
Methods inherited from class org.codehaus.cargo.container.deployable.WAR
getContext, getType, isExpandedWar, setContext
 
Methods inherited from class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
getFile, getFileHandler, setFileHandler
 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.cargo.container.deployable.Deployable
getFile, getType
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Constructor Detail

GeronimoWAR

public GeronimoWAR(java.lang.String war)
Parameters:
war - the location of the WAR being wrapped. This must point to either a WAR file or an expanded WAR directory.
Method Detail

setPlan

public void setPlan(java.lang.String plan)

Specified by:
setPlan in interface GeronimoDeployable
Parameters:
plan - path to the Geronimo plan
See Also:
GeronimoDeployable.setPlan(String)

getPlan

public java.lang.String getPlan()

Specified by:
getPlan in interface GeronimoDeployable
Returns:
the plan path
See Also:
GeronimoDeployable.getPlan()


Copyright © 2004-2007 Codehaus. All Rights Reserved.