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 __redirected
Methods in __redirected with parameters of type ModuleIdentifierModifier and TypeMethodDescriptionstatic 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) (package private) static <T> Class<? extends T>
__RedirectedUtils.loadProvider
(ModuleIdentifier id, Class<T> intf, ModuleLoader moduleLoader) (package private) static <T> Class<? extends T>
__RedirectedUtils.loadProvider
(ModuleIdentifier id, Class<T> intf, ModuleLoader moduleLoader, String name) -
Uses of ModuleIdentifier in org.jboss.modules
Fields in org.jboss.modules declared as ModuleIdentifierModifier and TypeFieldDescriptionprivate final ModuleIdentifier
AliasModuleSpec.aliasTarget
static final ModuleIdentifier
ModuleIdentifier.CLASSPATH
The class path module (only present if booted from a class path).private final ModuleIdentifier
Module.identifier
The identifier of this module.private final ModuleIdentifier
ModuleDependency.identifier
private final ModuleIdentifier
ModuleDependencySpec.identifier
(package private) final ModuleIdentifier
ModuleLoader.FutureModule.identifier
private final ModuleIdentifier
ModuleSpec.moduleIdentifier
private final ModuleIdentifier
JarModuleFinder.myIdentifier
private final ModuleIdentifier
JarModuleLoader.myIdentifier
Fields in org.jboss.modules with type parameters of type ModuleIdentifierModifier and TypeFieldDescriptionprivate final ConcurrentMap<ModuleIdentifier,
ModuleLoader.FutureModule> ModuleLoader.moduleMap
Methods in org.jboss.modules that return ModuleIdentifierModifier and TypeMethodDescriptionstatic ModuleIdentifier
Creates a new module identifier using the specified name.static ModuleIdentifier
Creates a new module identifier using the specified name and slot.static ModuleIdentifier
ModuleIdentifier.fromString
(String moduleSpec) Parse a module specification from a string.AliasModuleSpec.getAliasTarget()
ModuleSpec.AliasBuilder.getAliasTarget()
Get the identifier of the module being referenced by this builder.Module.getIdentifier()
Get this module's identifier.(package private) ModuleIdentifier
ModuleDependency.getIdentifier()
ModuleDependencySpec.getIdentifier()
Get the module identifier of the dependency.ModuleSpec.AliasBuilder.getIdentifier()
Get the identifier of the module being defined by this builder.ModuleSpec.Builder.getIdentifier()
Get the identifier of the module being defined by this builder.ModuleSpec.getModuleIdentifier()
Get the module identifier for the module which is specified by this object.(package private) ModuleIdentifier
JarModuleLoader.getMyIdentifier()
private static ModuleIdentifier
JarModuleLoader.simpleNameOf
(JarFile jarFile) Methods in org.jboss.modules that return types with arguments of type ModuleIdentifierModifier and TypeMethodDescriptionIterableModuleFinder.iterateModules
(ModuleIdentifier baseIdentifier, boolean recursive) Iterate the modules which can be located via this module finder.final 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 ModuleIdentifierModifier and TypeMethodDescriptionstatic String
ModuleXmlUtil.baseDirectory
(ModuleIdentifier identifier) Creates a path name from the module identifier with the defaultFile.separator
character.static String
ModuleXmlUtil.baseDirectory
(ModuleIdentifier identifier, String separator) Creates a path name from the module identifier.static String
ModuleXmlUtil.baseFilename
(String name, String separator, ModuleIdentifier identifier) Creates a path name to the module XMLstatic String
ModuleXmlUtil.baseFilename
(String name, ModuleIdentifier identifier) Creates a path name to the module XML file from the module identifier.static String
ModuleXmlUtil.baseFilename
(ModuleIdentifier identifier) Creates a path name to the module XML file from the module identifier.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 final 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.protected ModuleSpec
ClassPathModuleLoader.findModule
(ModuleIdentifier moduleIdentifier) JarModuleFinder.findModule
(ModuleIdentifier identifier, ModuleLoader delegateLoader) LocalModuleFinder.findModule
(ModuleIdentifier identifier, ModuleLoader delegateLoader) 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.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.IterableModuleFinder.iterateModules
(ModuleIdentifier baseIdentifier, boolean recursive) Iterate the modules which can be located via this module finder.final 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.final Module
ModuleLoader.loadModule
(ModuleIdentifier identifier) Load a module based on an identifier.protected final 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
ClassPathModuleLoader.preloadModule
(ModuleIdentifier identifier) protected Module
JarModuleLoader.preloadModule
(ModuleIdentifier 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.private static void
DependencyTreeViewer.print
(PrintWriter out, String prefix, ModuleIdentifier identifier, FastCopyHashSet<ModuleIdentifier> visited, File... roots) static void
DependencyTreeViewer.print
(PrintWriter out, ModuleIdentifier identifier, File... roots) Print the dependency tree for the given module with the given module root list.static File
ModuleXmlUtil.toFile
(File dir, String name, ModuleIdentifier identifier) Creates a file based on the directory and the module identifier.static File
ModuleXmlUtil.toFile
(File dir, ModuleIdentifier identifier) Creates a file based on the directory and the module identifier.private static String
LocalModuleFinder.toPathString
(ModuleIdentifier moduleIdentifier) Method parameters in org.jboss.modules with type arguments of type ModuleIdentifierModifier and TypeMethodDescriptionprivate static void
DependencyTreeViewer.print
(PrintWriter out, String prefix, DependencySpec spec, FastCopyHashSet<ModuleIdentifier> visited, boolean last, File... roots) private static void
DependencyTreeViewer.print
(PrintWriter out, String prefix, ModuleIdentifier identifier, FastCopyHashSet<ModuleIdentifier> visited, File... roots) private static void
DependencyTreeViewer.print
(PrintWriter out, String prefix, ModuleSpec spec, FastCopyHashSet<ModuleIdentifier> visited, File... roots) Constructors in org.jboss.modules with parameters of type ModuleIdentifierModifierConstructorDescription(package private)
AliasModuleSpec
(ModuleIdentifier moduleIdentifier, ModuleIdentifier aliasTarget) (package private)
ConcreteModuleSpec
(ModuleIdentifier moduleIdentifier, String mainClass, AssertionSetting assertionSetting, ResourceLoaderSpec[] resourceLoaders, DependencySpec[] dependencies, LocalLoader fallbackLoader, ModuleClassLoaderFactory moduleClassLoaderFactory, ClassFileTransformer classFileTransformer, Map<String, String> properties, PermissionCollection permissionCollection) (package private)
FutureModule
(ModuleIdentifier identifier) JarModuleFinder
(ModuleIdentifier myIdentifier, JarFile jarFile) Construct a new instance.(package private)
ModuleDependency
(PathFilter exportFilter, PathFilter importFilter, PathFilter resourceExportFilter, PathFilter resourceImportFilter, ClassFilter classExportFilter, ClassFilter classImportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional) (package private)
ModuleDependency
(PathFilter exportFilter, PathFilter importFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional) (package private)
ModuleDependencySpec
(PathFilter importFilter, PathFilter exportFilter, PathFilter resourceImportFilter, PathFilter resourceExportFilter, ClassFilter classImportFilter, ClassFilter classExportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional) (package private)
ModuleSpec
(ModuleIdentifier moduleIdentifier) -
Uses of ModuleIdentifier in org.jboss.modules.log
Methods in org.jboss.modules.log with parameters of type ModuleIdentifierModifier and TypeMethodDescriptionvoid
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
Fields in org.jboss.modules.security declared as ModuleIdentifierModifier and TypeFieldDescriptionprivate final ModuleIdentifier
ModularPermissionFactory.moduleIdentifier
Constructors in org.jboss.modules.security with parameters of type ModuleIdentifierModifierConstructorDescriptionModularPermissionFactory
(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 ModuleIdentifierModifier and TypeMethodDescriptionprivate static XmlPullParserException
ModuleXmlParser.invalidModuleName
(XmlPullParser reader, ModuleIdentifier expected) private static ModuleSpec
ModuleXmlParser.parseDocument
(MavenResolver mavenResolver, ModuleXmlParser.ResourceRootFactory factory, String rootPath, XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier) private static void
ModuleXmlParser.parseGrant
(XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, ArrayList<PermissionFactory> list) private static void
ModuleXmlParser.parseModuleAbsentContents
(XmlPullParser reader, ModuleIdentifier moduleIdentifier) private static ModuleSpec
ModuleXmlParser.parseModuleAliasContents
(XmlPullParser reader, ModuleIdentifier moduleIdentifier) private static void
ModuleXmlParser.parseModuleContents
(MavenResolver mavenResolver, XmlPullParser reader, ModuleXmlParser.ResourceRootFactory factory, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, ModuleSpec.Builder specBuilder, String rootPath) 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.private static void
ModuleXmlParser.parsePermissions
(XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, ModuleSpec.Builder specBuilder) private static ModuleSpec
ModuleXmlParser.parseRootElement
(MavenResolver mavenResolver, ModuleXmlParser.ResourceRootFactory factory, String rootPath, XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)