Uses of Class
org.jboss.modules.ModuleIdentifier

Packages that use ModuleIdentifier
__redirected   
org.jboss.modules The primary JBoss Modules API. 
org.jboss.modules.log The logging interface for JBoss Modules. 
 

Uses of ModuleIdentifier in __redirected
 

Methods in __redirected with parameters of type ModuleIdentifier
static void __JAXPRedirected.changeAll(ModuleIdentifier id, ModuleLoader loader)
          Change all provided factories to the ones contained in the specified module using the standard META-INF/services lookup pattern.
static void __XPathFactory.changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
           
static void __XMLOutputFactory.changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
           
static void __XMLInputFactory.changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
           
static void __SAXParserFactory.changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
           
static void __DatatypeFactory.changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
           
static void __DocumentBuilderFactory.changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
           
static void __TransformerFactory.changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
           
static void __XMLEventFactory.changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
           
 

Uses of ModuleIdentifier in org.jboss.modules
 

Fields in org.jboss.modules declared as ModuleIdentifier
static ModuleIdentifier ModuleIdentifier.CLASSPATH
          The class path module (only present if booted from a class path).
static ModuleIdentifier ModuleIdentifier.SYSTEM
          The system module.
 

Methods in org.jboss.modules that return ModuleIdentifier
static ModuleIdentifier ModuleIdentifier.create(String name)
          Creates a new module identifier using the specified name.
static ModuleIdentifier ModuleIdentifier.create(String name, String slot)
          Creates a new module identifier using the specified name and slot.
static ModuleIdentifier ModuleIdentifier.fromString(String moduleSpec)
          Parse a module specification from a string.
 ModuleIdentifier ModuleSpec.Builder.getIdentifier()
          Get the identifier of the module being defined by this builder.
 ModuleIdentifier Module.getIdentifier()
          Get this module's identifier.
 ModuleIdentifier ModuleSpec.getModuleIdentifier()
          Get the module identifier for the module which is specified by this object.
 

Methods in org.jboss.modules with parameters of type ModuleIdentifier
static ModuleSpec.Builder ModuleSpec.build(ModuleIdentifier moduleIdentifier)
          Get a builder for a new module specification.
static DependencySpec DependencySpec.createModuleDependencySpec(ModuleIdentifier identifier)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(ModuleIdentifier identifier, boolean export)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(ModuleIdentifier identifier, boolean export, boolean optional)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean export)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean export, boolean optional)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(PathFilter exportFilter, ModuleIdentifier identifier, boolean optional)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(PathFilter exportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(PathFilter importFilter, PathFilter exportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(PathFilter importFilter, PathFilter exportFilter, PathFilter resourceImportFilter, PathFilter resourceExportFilter, ClassFilter classImportFilter, ClassFilter classExportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)
          Create a dependency on the given module.
 boolean ModuleIdentifier.equals(ModuleIdentifier other)
          Determine whether this object is equal to another.
protected  Module ModuleLoader.findLoadedModuleLocal(ModuleIdentifier identifier)
          Find an already-loaded module, returning null if the module isn't currently loaded.
protected  ModuleSpec SystemClassPathModuleLoader.findModule(ModuleIdentifier moduleIdentifier)
          Find a Module's specification in this ModuleLoader by its identifier.
protected  ModuleSpec LocalModuleLoader.findModule(ModuleIdentifier moduleIdentifier)
          Find a Module's specification in this ModuleLoader by its identifier.
protected abstract  ModuleSpec ModuleLoader.findModule(ModuleIdentifier moduleIdentifier)
          Find a Module's specification in this ModuleLoader by its identifier.
protected  ModuleSpec ClassifyingModuleLoader.findModule(ModuleIdentifier moduleIdentifier)
          Find a Module's specification in this ModuleLoader by its identifier.
 Module Module.getModule(ModuleIdentifier identifier)
          Get the module with the given identifier from the module loader used by this module.
static Module Module.getModuleFromCallerModuleLoader(ModuleIdentifier identifier)
          Get a module from the current module loader.
static Module Module.getModuleFromCurrentLoader(ModuleIdentifier identifier)
          Deprecated. use Module.getModuleFromCallerModuleLoader(ModuleIdentifier) instead.
static Class<?> Module.loadClassFromBootModuleLoader(ModuleIdentifier moduleIdentifier, String className)
          Load a class from a module in the system module loader.
static Class<?> Module.loadClassFromCallerModuleLoader(ModuleIdentifier moduleIdentifier, String className)
          Load a class from a module in the caller's module loader.
static Class<?> Module.loadClassFromCurrentLoader(ModuleIdentifier moduleIdentifier, String className)
          Deprecated. use Module.loadClassFromCallerModuleLoader(ModuleIdentifier, String) instead.
static Class<?> Module.loadClassFromSystemLoader(ModuleIdentifier moduleIdentifier, String className)
          Deprecated. use Module.loadClassFromBootModuleLoader(ModuleIdentifier, String) instead.
 Module ModuleLoader.loadModule(ModuleIdentifier identifier)
          Load a module based on an identifier.
protected  Module ModuleLoader.loadModuleLocal(ModuleIdentifier identifier)
          Try to load a module from this module loader.
static
<S> ServiceLoader<S>
Module.loadServiceFromCallerModuleLoader(ModuleIdentifier identifier, Class<S> serviceType)
          Load a service loader from a module in the caller's module loader.
static
<S> ServiceLoader<S>
Module.loadServiceFromCurrent(ModuleIdentifier identifier, Class<S> serviceType)
          Deprecated. use Module.loadServiceFromCallerModuleLoader(ModuleIdentifier, Class) instead.
protected  Module ModuleLoader.preloadExportedModule(ModuleIdentifier identifier)
          Preload an "exported" module based on an identifier.
protected  Module LocalModuleLoader.preloadModule(ModuleIdentifier identifier)
          Preload a module based on an identifier.
protected  Module ModuleLoader.preloadModule(ModuleIdentifier identifier)
          Preload a module based on an identifier.
protected  Module ClassifyingModuleLoader.preloadModule(ModuleIdentifier moduleIdentifier)
          Preload a module based on an identifier.
protected static Module ModuleLoader.preloadModule(ModuleIdentifier identifier, ModuleLoader moduleLoader)
          Utility method to delegate to another module loader, accessible from subclasses.
 

Uses of ModuleIdentifier in org.jboss.modules.log
 

Methods in org.jboss.modules.log with parameters of type ModuleIdentifier
 void NoopModuleLogger.moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)
           
 void ModuleLogger.moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)
           
 void StreamModuleLogger.moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)
          
 void JDKModuleLogger.moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)
          
 



Copyright © 2011. All Rights Reserved.