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 ModuleIdentifierModuleIdentifier.CLASSPATHDeprecated.The class path module (only present if booted from a class path).Methods in org.jboss.modules that return ModuleIdentifierModifier and TypeMethodDescriptionstatic ModuleIdentifierDeprecated.Creates a new module identifier using the specified name.static ModuleIdentifierDeprecated.Creates a new module identifier using the specified name and slot.static ModuleIdentifierModuleIdentifier.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 ModuleIdentifierModuleSpec.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 ModuleIdentifierModuleSpec.AliasBuilder.getIdentifier()Deprecated, for removal: This API element is subject to removal in a future version.UseModuleSpec.AliasBuilder.getName()instead.default ModuleIdentifierModuleSpec.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.BuilderModuleSpec.build(ModuleIdentifier moduleIdentifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleSpec.build(String)instead.static ModuleSpec.AliasBuilderModuleSpec.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 DependencySpecDependencySpec.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.UseModuleDependencySpecBuilderinstead.static DependencySpecDependencySpec.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.UseModuleDependencySpecBuilderinstead.static DependencySpecDependencySpec.createModuleDependencySpec(PathFilter exportFilter, ModuleIdentifier identifier, boolean optional) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilderinstead.static DependencySpecDependencySpec.createModuleDependencySpec(PathFilter exportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilderinstead.static DependencySpecDependencySpec.createModuleDependencySpec(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilderinstead.static DependencySpecDependencySpec.createModuleDependencySpec(ModuleIdentifier identifier, boolean export) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilderinstead.static DependencySpecDependencySpec.createModuleDependencySpec(ModuleIdentifier identifier, boolean export, boolean optional) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilderinstead.static DependencySpecDependencySpec.createModuleDependencySpec(ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean export) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilderinstead.static DependencySpecDependencySpec.createModuleDependencySpec(ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean export, boolean optional) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleDependencySpecBuilderinstead.booleanModuleIdentifier.equals(ModuleIdentifier other) Deprecated.Determine whether this object is equal to another.protected final ModuleModuleLoader.findLoadedModuleLocal(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.findLoadedModuleLocal(String)instead.default ModuleSpecModuleFinder.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 ModuleSpecModuleLoader.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 ModuleModule.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 ModuleModuleLoader.loadModule(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.loadModule(String)instead.protected final ModuleModuleLoader.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 ModuleSpecLocalModuleFinder.parseModuleXmlFile(ModuleIdentifier identifier, ModuleLoader delegateLoader, File... roots) Deprecated, for removal: This API element is subject to removal in a future version.protected ModuleModuleLoader.preloadExportedModule(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.preloadModule(String)instead.protected ModuleModuleLoader.preloadModule(ModuleIdentifier identifier) Deprecated, for removal: This API element is subject to removal in a future version.UseModuleLoader.preloadModule(String)instead.protected static ModuleModuleLoader.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 voidDependencyTreeViewer.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 voidModuleLogger.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 ModuleSpecModuleXmlParser.parseModuleXml(ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, File root, File moduleInfoFile) Deprecated.static ModuleSpecModuleXmlParser.parseModuleXml(ModuleXmlParser.ResourceRootFactory factory, String rootPath, InputStream source, String moduleInfoFile, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier) static ModuleSpecModuleXmlParser.parseModuleXml(ModuleXmlParser.ResourceRootFactory factory, MavenResolver mavenResolver, String rootPath, InputStream source, String moduleInfoFile, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)
AliasModuleSpec.getAliasName()instead.