org.codehaus.cargo.container.geronimo.deployable
Interface GeronimoDeployable

All Superinterfaces:
Deployable, Loggable
All Known Implementing Classes:
GeronimoEAR, GeronimoEJB, GeronimoWAR

public interface GeronimoDeployable
extends 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, isExpanded
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Method Detail

setPlan

void setPlan(java.lang.String plan)
Parameters:
plan - path to the Geronimo plan

getPlan

java.lang.String getPlan()
Returns:
the plan path


Copyright © 2004-2011 Codehaus. All Rights Reserved.