Package org.jboss.as.ee.subsystem
Class GlobalModulesDefinition.GlobalModule
java.lang.Object
org.jboss.as.ee.subsystem.GlobalModulesDefinition.GlobalModule
- Enclosing class:
- GlobalModulesDefinition
Descriptive information for a module that should be added as a dependency to all deployment modules.
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the module.booleanGets whether the module should be indexed for annotations.booleanGets whether dependent modules should be able to import META-INF resources from this modulebooleanGets whether dependent modules should be able to import services from this module
-
Method Details
-
getModuleName
Gets the name of the module.- Returns:
- the
canonicalizedname of the module Will not returnnull
-
isAnnotations
public boolean isAnnotations()Gets whether the module should be indexed for annotations.- Returns:
trueif the module should be indexed for annotations
-
isServices
public boolean isServices()Gets whether dependent modules should be able to import services from this module- Returns:
trueif dependent modules should be able to import services from this module
-
isMetaInf
public boolean isMetaInf()Gets whether dependent modules should be able to import META-INF resources from this module- Returns:
trueif dependent modules should be able to import META-INF resources from this module
-