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 ModuleIdentifierModuleIdentifier. CLASSPATHThe 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 ModuleIdentifierModuleIdentifier. create(String name)Creates a new module identifier using the specified name.static ModuleIdentifierModuleIdentifier. create(String name, String slot)Creates a new module identifier using the specified name and slot.static ModuleIdentifierModuleIdentifier. fromString(String moduleSpec)Parse a module specification from a string.ModuleIdentifierAliasModuleSpec. getAliasTarget()ModuleIdentifierModuleSpec.AliasBuilder. getAliasTarget()Get the identifier of the module being referenced by this builder.ModuleIdentifierModule. getIdentifier()Get this module's identifier.ModuleIdentifierModuleDependencySpec. getIdentifier()Get the module identifier of the dependency.ModuleIdentifierModuleSpec.AliasBuilder. getIdentifier()Get the identifier of the module being defined by this builder.ModuleIdentifierModuleSpec.Builder. getIdentifier()Get the identifier of the module being defined by this builder.ModuleIdentifierModuleSpec. 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.BuilderModuleSpec. build(ModuleIdentifier moduleIdentifier)Get a builder for a new module specification.static ModuleSpec.AliasBuilderModuleSpec. buildAlias(ModuleIdentifier moduleIdentifier, ModuleIdentifier aliasTarget)Get a builder for a new module alias specification.static DependencySpecDependencySpec. 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 DependencySpecDependencySpec. createModuleDependencySpec(PathFilter importFilter, PathFilter exportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)Create a dependency on the given module.static DependencySpecDependencySpec. createModuleDependencySpec(PathFilter exportFilter, ModuleIdentifier identifier, boolean optional)Create a dependency on the given module.static DependencySpecDependencySpec. createModuleDependencySpec(PathFilter exportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)Create a dependency on the given module.static DependencySpecDependencySpec. createModuleDependencySpec(ModuleIdentifier identifier)Create a dependency on the given module.static DependencySpecDependencySpec. createModuleDependencySpec(ModuleIdentifier identifier, boolean export)Create a dependency on the given module.static DependencySpecDependencySpec. createModuleDependencySpec(ModuleIdentifier identifier, boolean export, boolean optional)Create a dependency on the given module.static DependencySpecDependencySpec. createModuleDependencySpec(ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean export)Create a dependency on the given module.static DependencySpecDependencySpec. createModuleDependencySpec(ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean export, boolean optional)Create a dependency on the given module.booleanModuleIdentifier. equals(ModuleIdentifier other)Determine whether this object is equal to another.protected ModuleModuleLoader. findLoadedModuleLocal(ModuleIdentifier identifier)Find an already-loaded module, returningnullif the module isn't currently loaded.protected ModuleSpecClassifyingModuleLoader. findModule(ModuleIdentifier moduleIdentifier)Find a Module's specification in this ModuleLoader by its identifier.ModuleSpecJarModuleFinder. findModule(ModuleIdentifier identifier, ModuleLoader delegateLoader)ModuleSpecLocalModuleFinder. findModule(ModuleIdentifier identifier, ModuleLoader delegateLoader)ModuleSpecModuleFinder. findModule(ModuleIdentifier identifier, ModuleLoader delegateLoader)Find a module specification for the given identifier.protected ModuleSpecModuleLoader. findModule(ModuleIdentifier moduleIdentifier)Find a Module's specification in this ModuleLoader by its identifier.ModuleModule. getModule(ModuleIdentifier identifier)Get the module with the given identifier from the module loader used by this module.static ModuleModule. 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.ModuleModuleLoader. loadModule(ModuleIdentifier identifier)Load a module based on an identifier.protected ModuleModuleLoader. 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 ModuleSpecLocalModuleFinder. parseModuleXmlFile(ModuleIdentifier identifier, ModuleLoader delegateLoader, File... roots)Parse amodule.xmlfile and return the corresponding module specification.protected ModuleModuleLoader. preloadExportedModule(ModuleIdentifier identifier)Preload an "exported" module based on an identifier.protected ModuleClassifyingModuleLoader. preloadModule(ModuleIdentifier moduleIdentifier)Preload a module based on an identifier.protected ModuleModuleLoader. preloadModule(ModuleIdentifier identifier)Preload a module based on an identifier.protected static ModuleModuleLoader. preloadModule(ModuleIdentifier identifier, ModuleLoader moduleLoader)Utility method to delegate to another module loader, accessible from subclasses.static voidDependencyTreeViewer. 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 voidJDKModuleLogger. moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)voidModuleLogger. moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)voidNoopModuleLogger. moduleDefined(ModuleIdentifier identifier, ModuleLoader moduleLoader)voidStreamModuleLogger. 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 ModuleSpecModuleXmlParser. parseModuleXml(ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, File root, File moduleInfoFile)Parse amodule.xmlfile.static ModuleSpecModuleXmlParser. parseModuleXml(ModuleXmlParser.ResourceRootFactory factory, String rootPath, InputStream source, String moduleInfoFile, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)Parse amodule.xmlfile.static ModuleSpecModuleXmlParser. parseModuleXml(ModuleXmlParser.ResourceRootFactory factory, MavenResolver mavenResolver, String rootPath, InputStream source, String moduleInfoFile, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)Parse amodule.xmlfile.
-