Class GlobalModulesDefinition.GlobalModule

java.lang.Object
org.jboss.as.ee.subsystem.GlobalModulesDefinition.GlobalModule
Enclosing class:
GlobalModulesDefinition

public static final class GlobalModulesDefinition.GlobalModule extends Object
Descriptive information for a module that should be added as a dependency to all deployment modules.
  • Method Details

    • getModuleName

      public String getModuleName()
      Gets the name of the module.
      Returns:
      the canonicalized name of the module Will not return null
    • isAnnotations

      public boolean isAnnotations()
      Gets whether the module should be indexed for annotations.
      Returns:
      true if 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:
      true if 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:
      true if dependent modules should be able to import META-INF resources from this module