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

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

public class GeronimoEAR
extends org.codehaus.cargo.container.deployable.EAR
implements GeronimoDeployable

Geronimo EAR deployable.

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

Constructor Summary
GeronimoEAR(java.lang.String ear)
           
 
Method Summary
 java.lang.String getPlan()
          
 void setPlan(java.lang.String plan)
          
 
Methods inherited from class org.codehaus.cargo.container.deployable.EAR
getName, getType, getWebContexts, getWebUri, setName
 
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

GeronimoEAR

public GeronimoEAR(java.lang.String ear)
Parameters:
ear - the location of the EAR being wrapped
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-2008 Codehaus. All Rights Reserved.