org.objectweb.easybeans.deployer.api.struct
Interface Module

All Known Subinterfaces:
ConnectorModule, EJBModule, JavaModule, WebModule
All Known Implementing Classes:
AbsModuleImpl, ConnectorModuleImpl, EJBModuleImpl, JavaModuleImpl, WebModuleImpl

public interface Module

Defines a common module. Each module provides the URI to the file.

Author:
Florent Benoit

Method Summary
 java.lang.String getAltDd()
           
 java.lang.String getPath()
           
 

Method Detail

getPath

java.lang.String getPath()
Returns:
the Path to the module.

getAltDd

java.lang.String getAltDd()
Returns:
alt-dd value.