|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaEEModuleInformer
Obtain information about a JavaEE module given a deployment unit. The informer should only use meta data to obtain the information being asked.
Nested Class Summary | |
---|---|
static class |
JavaEEModuleInformer.ModuleType
|
Method Summary | |
---|---|
String |
getApplicationName(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
Obtain the name of the JavaEE application this module is part of, for example 'foo.ear'. |
String |
getModulePath(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
Obtain the relative path of the deployment unit within the JavaEE application or base deployment directory. |
JavaEEModuleInformer.ModuleType |
getModuleType(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
Obtain the module type of the deployment unit. |
Method Detail |
---|
String getApplicationName(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
deployment
- the deployment unit of the module, application or component
String getModulePath(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
deployment
- the deployment unit of the module or a component
JavaEEModuleInformer.ModuleType getModuleType(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
deploymentUnit
- the deployment unit of the module or a component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |