Package org.jboss.as.server.moduleservice


package org.jboss.as.server.moduleservice
  • Class
    Description
    An index of available Jakarta EE extensions (optional packages and shared libraries).
    An MSC Service that provides an ExtensionIndex.
    Allows callers to add external modules that can be used as dependencies for a DeploymentUnit.
    Service that manages external modules.
    Service that manages the module spec for external modules (i.e. modules that reside outside of the application server).
    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.
    Utility class for read a composite index from a system module.
    Service that loads and re-links a module once all the modules dependencies are available.
    Module phase resolve service.
    ModuleLoader that loads module definitions from msc services.