Uses of Class
org.jboss.modules.ModuleIdentifier
-
Packages that use ModuleIdentifier Package Description __redirected org.jboss.modules The primary JBoss Modules API.org.jboss.modules.log The logging interface for JBoss Modules.org.jboss.modules.security org.jboss.modules.xml -
-
Uses of ModuleIdentifier in __redirected
Methods in __redirected with parameters of type ModuleIdentifier Modifier and Type Method Description 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
__DatatypeFactory. changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
static void
__DocumentBuilderFactory. changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
static void
__SAXParserFactory. changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
static void
__SchemaFactory. changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
static void
__TransformerFactory. changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
static void
__XMLEventFactory. changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
static void
__XMLInputFactory. changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
static void
__XMLOutputFactory. changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
static void
__XMLReaderFactory. changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
static void
__XPathFactory. changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
-
Uses of ModuleIdentifier in org.jboss.modules
Fields in org.jboss.modules declared as ModuleIdentifier Modifier and Type Field Description static ModuleIdentifier
ModuleIdentifier. CLASSPATH
The class path module (only present if booted from a class path).Methods in org.jboss.modules that return ModuleIdentifier Modifier and Type Method Description 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
AliasModuleSpec. getAliasTarget()
ModuleIdentifier
ModuleSpec.AliasBuilder. getAliasTarget()
Get the identifier of the module being referenced by this builder.ModuleIdentifier
Module. getIdentifier()
Get this module's identifier.ModuleIdentifier
ModuleDependencySpec. getIdentifier()
Get the module identifier of the dependency.ModuleIdentifier
ModuleSpec.AliasBuilder. getIdentifier()
Get the identifier of the module being defined by this builder.ModuleIdentifier
ModuleSpec.Builder. getIdentifier()
Get the identifier of the module being defined by this builder.ModuleIdentifier
ModuleSpec. getModuleIdentifier()
Get the module identifier for the module which is specified by this object.Methods in org.jboss.modules that return types with arguments of type ModuleIdentifier Modifier and Type Method Description Iterator<ModuleIdentifier>
IterableModuleFinder. iterateModules(ModuleIdentifier baseIdentifier, boolean recursive)
Iterate the modules which can be located via this module finder.Iterator<ModuleIdentifier>
ModuleLoader. iterateModules(ModuleIdentifier baseIdentifier, boolean recursive)
Iterate the modules which can be located via this module loader.Methods in org.jboss.modules with parameters of type ModuleIdentifier Modifier and Type Method Description static ModuleSpec.Builder
ModuleSpec. build(ModuleIdentifier moduleIdentifier)
Get a builder for a new module specification.static ModuleSpec.AliasBuilder
ModuleSpec. buildAlias(ModuleIdentifier moduleIdentifier, ModuleIdentifier aliasTarget)
Get a builder for a new module alias specification.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.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 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(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.boolean
ModuleIdentifier. equals(ModuleIdentifier other)
Determine whether this object is equal to another.protected Module
ModuleLoader. findLoadedModuleLocal(ModuleIdentifier identifier)
Find an already-loaded module, returningnull
if the module isn't currently loaded.protected ModuleSpec
ClassifyingModuleLoader. findModule(ModuleIdentifier moduleIdentifier)
Find a Module's specification in this ModuleLoader by its identifier.ModuleSpec
JarModuleFinder. findModule(ModuleIdentifier identifier, ModuleLoader delegateLoader)
ModuleSpec
LocalModuleFinder. findModule(ModuleIdentifier identifier, ModuleLoader delegateLoader)
ModuleSpec
ModuleFinder. findModule(ModuleIdentifier identifier, ModuleLoader delegateLoader)
Find a module specification for the given identifier.protected ModuleSpec
ModuleLoader. 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.Iterator<ModuleIdentifier>
IterableModuleFinder. iterateModules(ModuleIdentifier baseIdentifier, boolean recursive)
Iterate the modules which can be located via this module finder.Iterator<ModuleIdentifier>
ModuleLoader. iterateModules(ModuleIdentifier baseIdentifier, boolean recursive)
Iterate the modules which can be located via this module loader.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.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 ModuleSpec
LocalModuleFinder. parseModuleXmlFile(ModuleIdentifier identifier, ModuleLoader delegateLoader, File... roots)
Parse amodule.xml
file and return the corresponding module specification.protected Module
ModuleLoader. preloadExportedModule(ModuleIdentifier identifier)
Preload an "exported" module based on an identifier.protected Module
ClassifyingModuleLoader. preloadModule(ModuleIdentifier moduleIdentifier)
Preload a module based on an identifier.protected Module
ModuleLoader. preloadModule(ModuleIdentifier identifier)
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.static void
DependencyTreeViewer. print(PrintWriter out, ModuleIdentifier identifier, File... roots)
Print the dependency tree for the given module with the given module root list.Constructors in org.jboss.modules with parameters of type ModuleIdentifier Constructor Description JarModuleFinder(ModuleIdentifier myIdentifier, JarFile jarFile)
Construct a new instance. -
Uses of ModuleIdentifier in org.jboss.modules.log
Methods in org.jboss.modules.log with parameters of type ModuleIdentifier Modifier and Type Method Description void
JDKModuleLogger. moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)
void
ModuleLogger. moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)
void
NoopModuleLogger. moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)
void
StreamModuleLogger. moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)
-
Uses of ModuleIdentifier in org.jboss.modules.security
Constructors in org.jboss.modules.security with parameters of type ModuleIdentifier Constructor Description ModularPermissionFactory(ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, String className, String targetName, String permissionActions)
Construct a new instance. -
Uses of ModuleIdentifier in org.jboss.modules.xml
Methods in org.jboss.modules.xml with parameters of type ModuleIdentifier Modifier and Type Method Description static ModuleSpec
ModuleXmlParser. parseModuleXml(ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, File root, File moduleInfoFile)
Parse amodule.xml
file.static ModuleSpec
ModuleXmlParser. parseModuleXml(ModuleXmlParser.ResourceRootFactory factory, String rootPath, InputStream source, String moduleInfoFile, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)
Parse amodule.xml
file.static ModuleSpec
ModuleXmlParser. parseModuleXml(ModuleXmlParser.ResourceRootFactory factory, MavenResolver mavenResolver, String rootPath, InputStream source, String moduleInfoFile, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)
Parse amodule.xml
file.
-