org.objectweb.easybeans.deployer.api
Interface WARDeployable

All Superinterfaces:
EZBDeployable
All Known Implementing Classes:
WARDeployableImpl

public interface WARDeployable
extends EZBDeployable

Represents a WAR deployable.

Author:
Florent Benoit

Method Summary
 java.lang.String getContextRoot()
           
 void setContextRoot(java.lang.String contextRoot)
          Defines the name of the context-root.
 
Methods inherited from interface org.objectweb.easybeans.deployer.api.EZBDeployable
getArchive, getOriginalDeployable, getUnpackedDeployable, setUnpackedDeployable
 

Method Detail

getContextRoot

java.lang.String getContextRoot()
Returns:
the list of the context root for this deployable.
Note: It can be the context-root defined at the EAR level.

setContextRoot

void setContextRoot(java.lang.String contextRoot)
Defines the name of the context-root.

Parameters:
contextRoot - the given context-root for this war file