Class ModuleDefinition


  • public class ModuleDefinition
    extends Object
    Basically a copy of the same information that is in the module spec, because module spec has no public methods to get anything out of.
    Author:
    Stuart Douglas
    • Method Detail

      • getModuleIdentifier

        @Deprecated(forRemoval=true)
        public org.jboss.modules.ModuleIdentifier getModuleIdentifier()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getModuleName

        public String getModuleName()
      • getModuleSpec

        public org.jboss.modules.ModuleSpec getModuleSpec()