| java.lang.Object org.apache.geronimo.j2ee.deployment.Module
All known Subclasses: org.apache.geronimo.j2ee.deployment.EJBModule, org.apache.geronimo.j2ee.ApplicationInfo, org.apache.geronimo.j2ee.deployment.WebModule, org.apache.geronimo.j2ee.deployment.AppClientModule, org.apache.geronimo.j2ee.deployment.ConnectorModule,
Module | abstract public class Module (Code) | | version: $Rev: 538730 $ $Date: 2007-05-16 14:07:51 -0700 (Wed, 16 May 2007) $ |
Constructor Summary | |
protected | Module(boolean standAlone, AbstractName moduleName, Environment environment, JarFile moduleFile, String targetPath, XmlObject specDD, XmlObject vendorDD, String originalSpecDD, String namespace, AnnotatedApp annotatedApp) |
sharedContext | final protected Map sharedContext(Code) | | |
Module | protected Module(boolean standAlone, AbstractName moduleName, Environment environment, JarFile moduleFile, String targetPath, XmlObject specDD, XmlObject vendorDD, String originalSpecDD, String namespace, AnnotatedApp annotatedApp)(Code) | | |
close | public void close()(Code) | | |
getClassFinder | public ClassFinder getClassFinder()(Code) | | |
getConfigId | public Artifact[] getConfigId()(Code) | | |
getEnvironment | public Environment getEnvironment()(Code) | | |
getModuleName | public AbstractName getModuleName()(Code) | | |
getRelativePath | public String getRelativePath(String path)(Code) | | Given a path in the ear module, return something that will resolve to that location against the eventual configuration
base uri. Currently for all modules except wars that is the original path. If we create separate configurations for
ejb or rar modules, those Module subclasses will need to reimplement this method.
Example: if a war is myweb.war, and you pass in myweb.war/WEB-INF/lib/foo.jar, you get WEB-INF/lib/foo.jar
if you pass in myFoo.jar, you get ../myFoo.jar
Parameters: path - a path in the ear config, relative to the ear root. a path to the same location, but relative to the configuration this module represents' base uri. |
getSharedContext | public Map getSharedContext()(Code) | | |
getSpecDD | public XmlObject getSpecDD()(Code) | | |
getTargetPathURI | public URI getTargetPathURI()(Code) | | |
getType | abstract public ConfigurationModuleType getType()(Code) | | |
getVendorDD | public XmlObject getVendorDD()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isStandAlone | public boolean isStandAlone()(Code) | | |
setClassFinder | public void setClassFinder(ClassFinder classFinder)(Code) | | |
setOriginalSpecDD | public void setOriginalSpecDD(String originalSpecDD)(Code) | | |
setSpecDD | public void setSpecDD(XmlObject specDD)(Code) | | |
|
|