Uses of Class
org.jboss.modules.ModuleIdentifier
Packages that use ModuleIdentifier
Package
Description
The primary JBoss Modules API.
The logging interface for JBoss Modules.
-
Uses of ModuleIdentifier in org.jboss.modules
Fields in org.jboss.modules declared as ModuleIdentifierModifier and TypeFieldDescriptionstatic final ModuleIdentifier
ModuleIdentifier.CLASSPATH
Deprecated.The class path module (only present if booted from a class path).Methods in org.jboss.modules that return ModuleIdentifierModifier and TypeMethodDescriptionstatic ModuleIdentifier
Deprecated.Creates a new module identifier using the specified name.static ModuleIdentifier
Deprecated.Creates a new module identifier using the specified name and slot.static ModuleIdentifier
ModuleIdentifier.fromString
(String moduleSpec) Deprecated.Parse a module specification from a string.AliasModuleSpec.getAliasTarget()
Deprecated, for removal: This API element is subject to removal in a future version.default ModuleIdentifier
ModuleSpec.AliasBuilder.getAliasTarget()
Deprecated, for removal: This API element is subject to removal in a future version.UseModuleSpec.AliasBuilder.getAliasName()
instead.Module.getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.UseModule.getName()
instead.ModuleDependencySpec.getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.Use#getName()
instead.default ModuleIdentifier
ModuleSpec.AliasBuilder.getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.UseModuleSpec.AliasBuilder.getName()
instead.default ModuleIdentifier
ModuleSpec.Builder.getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.useModuleSpec.Builder.getName()
insteadModuleSpec.getModuleIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.UseModuleSpec.getName()
instead.Methods in org.jboss.modules that return types with arguments of type ModuleIdentifierModifier and TypeMethodDescriptiondefault Iterator
<ModuleIdentifier> IterableModuleFinder.iterateModules
(ModuleIdentifier baseIdentifier, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.final Iterator
<ModuleIdentifier> ModuleLoader.iterateModules
(ModuleIdentifier baseIdentifier, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.iterateModules(String, boolean)
instead.Methods in org.jboss.modules with parameters of type ModuleIdentifierModifier and TypeMethodDescriptionstatic ModuleSpec.Builder
ModuleSpec.build
(ModuleIdentifier moduleIdentifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleSpec.build(String)
instead.static ModuleSpec.AliasBuilder
ModuleSpec.buildAlias
(ModuleIdentifier moduleIdentifier, ModuleIdentifier aliasTarget) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleSpec.buildAlias(String, String)
instead.static DependencySpec
DependencySpec.createModuleDependencySpec
(PathFilter importFilter, PathFilter exportFilter, PathFilter resourceImportFilter, PathFilter resourceExportFilter, ClassFilter classImportFilter, ClassFilter classExportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilder
instead.static DependencySpec
DependencySpec.createModuleDependencySpec
(PathFilter importFilter, PathFilter exportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilder
instead.static DependencySpec
DependencySpec.createModuleDependencySpec
(PathFilter exportFilter, ModuleIdentifier identifier, boolean optional) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilder
instead.static DependencySpec
DependencySpec.createModuleDependencySpec
(PathFilter exportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilder
instead.static DependencySpec
DependencySpec.createModuleDependencySpec
(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilder
instead.static DependencySpec
DependencySpec.createModuleDependencySpec
(ModuleIdentifier identifier, boolean export) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilder
instead.static DependencySpec
DependencySpec.createModuleDependencySpec
(ModuleIdentifier identifier, boolean export, boolean optional) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilder
instead.static DependencySpec
DependencySpec.createModuleDependencySpec
(ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean export) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilder
instead.static DependencySpec
DependencySpec.createModuleDependencySpec
(ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean export, boolean optional) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilder
instead.boolean
ModuleIdentifier.equals
(ModuleIdentifier other) Deprecated.Determine whether this object is equal to another.protected final Module
ModuleLoader.findLoadedModuleLocal
(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.findLoadedModuleLocal(String)
instead.default ModuleSpec
ModuleFinder.findModule
(ModuleIdentifier moduleIdentifier, ModuleLoader delegateLoader) Deprecated, for removal: This API element is subject to removal in a future version.ImplementModuleFinder.findModule(String, ModuleLoader)
instead.protected ModuleSpec
ModuleLoader.findModule
(ModuleIdentifier moduleIdentifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.findModule(String)
instead.Module.getModule
(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModule.getModule(String)
instead.static Module
Module.getModuleFromCallerModuleLoader
(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModule.getModuleFromCallerModuleLoader(String)
instead.default Iterator
<ModuleIdentifier> IterableModuleFinder.iterateModules
(ModuleIdentifier baseIdentifier, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.final Iterator
<ModuleIdentifier> ModuleLoader.iterateModules
(ModuleIdentifier baseIdentifier, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.iterateModules(String, boolean)
instead.static Class
<?> Module.loadClassFromBootModuleLoader
(ModuleIdentifier moduleIdentifier, String className) Deprecated, for removal: This API element is subject to removal in a future version.UseModule.loadClassFromBootModuleLoader(String, String)
instead.static Class
<?> Module.loadClassFromCallerModuleLoader
(ModuleIdentifier moduleIdentifier, String className) Deprecated, for removal: This API element is subject to removal in a future version.final Module
ModuleLoader.loadModule
(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.loadModule(String)
instead.protected final Module
ModuleLoader.loadModuleLocal
(ModuleIdentifier moduleIdentifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.loadModuleLocal(String)
instead.static <S> ServiceLoader
<S> Module.loadServiceFromCallerModuleLoader
(ModuleIdentifier identifier, Class<S> serviceType) Deprecated, for removal: This API element is subject to removal in a future version.static ModuleSpec
LocalModuleFinder.parseModuleXmlFile
(ModuleIdentifier identifier, ModuleLoader delegateLoader, File... roots) Deprecated, for removal: This API element is subject to removal in a future version.protected Module
ModuleLoader.preloadExportedModule
(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.preloadModule(String)
instead.protected Module
ModuleLoader.preloadModule
(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.preloadModule(String)
instead.protected static Module
ModuleLoader.preloadModule
(ModuleIdentifier identifier, ModuleLoader moduleLoader) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.preloadModule(String, ModuleLoader)
instead.static void
DependencyTreeViewer.print
(PrintWriter out, ModuleIdentifier identifier, File... roots) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.jboss.modules with parameters of type ModuleIdentifierModifierConstructorDescriptionJarModuleFinder
(ModuleIdentifier myIdentifier, JarFile jarFile) Deprecated, for removal: This API element is subject to removal in a future version.UseJarModuleFinder(String,JarFile)
instead. -
Uses of ModuleIdentifier in org.jboss.modules.log
Methods in org.jboss.modules.log with parameters of type ModuleIdentifierModifier and TypeMethodDescriptiondefault void
ModuleLogger.moduleDefined
(ModuleIdentifier identifier, ModuleLoader moduleLoader) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ModuleIdentifier in org.jboss.modules.security
Constructors in org.jboss.modules.security with parameters of type ModuleIdentifierModifierConstructorDescriptionModularPermissionFactory
(ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, String className, String targetName, String permissionActions) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ModuleIdentifier in org.jboss.modules.xml
Methods in org.jboss.modules.xml with parameters of type ModuleIdentifierModifier and TypeMethodDescriptionstatic ModuleSpec
ModuleXmlParser.parseModuleXml
(ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, File root, File moduleInfoFile) Deprecated.static ModuleSpec
ModuleXmlParser.parseModuleXml
(ModuleXmlParser.ResourceRootFactory factory, String rootPath, InputStream source, String moduleInfoFile, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier) static ModuleSpec
ModuleXmlParser.parseModuleXml
(ModuleXmlParser.ResourceRootFactory factory, MavenResolver mavenResolver, String rootPath, InputStream source, String moduleInfoFile, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)
AliasModuleSpec.getAliasName()
instead.