org.ow2.util.ee.deploy.api.deployment.ear
Interface Module

All Known Subinterfaces:
ConnectorModule, EJBModule, JavaModule, WebModule

public interface Module

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

Author:
Florent Benoit

Method Summary
 String getAltDd()
           
 String getPath()
           
 

Method Detail

getPath

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

getAltDd

String getAltDd()
Returns:
alt-dd value.


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