org.ow2.util.ee.deploy.impl.deployment.ear
Class AbsModuleImpl

java.lang.Object
  extended by org.ow2.util.ee.deploy.impl.deployment.ear.AbsModuleImpl
All Implemented Interfaces:
org.ow2.util.ee.deploy.api.deployment.ear.Module
Direct Known Subclasses:
ConnectorModuleImpl, EJBModuleImpl, JavaModuleImpl, WebModuleImpl

public abstract class AbsModuleImpl
extends Object
implements org.ow2.util.ee.deploy.api.deployment.ear.Module

Defines a common abstract module.

Author:
Florent Benoit

Constructor Summary
AbsModuleImpl()
           
 
Method Summary
 String getAltDd()
           
 String getPath()
           
 void setAltDd(String altDd)
          Defines the alternative Deployment Desc for this module.
 void setPath(String path)
          Defines the path for this module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsModuleImpl

public AbsModuleImpl()
Method Detail

getPath

public String getPath()
Specified by:
getPath in interface org.ow2.util.ee.deploy.api.deployment.ear.Module
Returns:
the Path to the module.

setPath

public void setPath(String path)
Defines the path for this module.

Parameters:
path - the path to the module.

getAltDd

public String getAltDd()
Specified by:
getAltDd in interface org.ow2.util.ee.deploy.api.deployment.ear.Module
Returns:
alt-dd value.

setAltDd

public void setAltDd(String altDd)
Defines the alternative Deployment Desc for this module.

Parameters:
altDd - the alternative Deployment Desc.


Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.