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 ModuleIdentifierAliasModuleSpec.aliasTargetstatic final ModuleIdentifierModuleIdentifier.CLASSPATHThe class path module (only present if booted from a class path).private final ModuleIdentifierModule.identifierThe identifier of this module.private final ModuleIdentifierModuleDependency.identifierprivate final ModuleIdentifierModuleDependencySpec.identifier(package private) final ModuleIdentifierModuleLoader.FutureModule.identifierprivate final ModuleIdentifierModuleSpec.moduleIdentifierprivate final ModuleIdentifierJarModuleFinder.myIdentifierprivate final ModuleIdentifierJarModuleLoader.myIdentifierFields in org.jboss.modules with type parameters of type ModuleIdentifierModifier and TypeFieldDescriptionprivate final ConcurrentMap<ModuleIdentifier, ModuleLoader.FutureModule> ModuleLoader.moduleMapMethods in org.jboss.modules that return ModuleIdentifierModifier and TypeMethodDescriptionstatic ModuleIdentifierCreates a new module identifier using the specified name.static ModuleIdentifierCreates a new module identifier using the specified name and slot.static ModuleIdentifierModuleIdentifier.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) ModuleIdentifierModuleDependency.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) ModuleIdentifierJarModuleLoader.getMyIdentifier()private static ModuleIdentifierJarModuleLoader.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 StringModuleXmlUtil.baseDirectory(ModuleIdentifier identifier) Creates a path name from the module identifier with the defaultFile.separatorcharacter.static StringModuleXmlUtil.baseDirectory(ModuleIdentifier identifier, String separator) Creates a path name from the module identifier.static StringModuleXmlUtil.baseFilename(String name, String separator, ModuleIdentifier identifier) Creates a path name to the module XMLstatic StringModuleXmlUtil.baseFilename(String name, ModuleIdentifier identifier) Creates a path name to the module XML file from the module identifier.static StringModuleXmlUtil.baseFilename(ModuleIdentifier identifier) Creates a path name to the module XML file from the module identifier.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 final 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.protected ModuleSpecClassPathModuleLoader.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 ModuleSpecModuleLoader.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 ModuleModule.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 ModuleModuleLoader.loadModule(ModuleIdentifier identifier) Load a module based on an identifier.protected final 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 ModuleClassPathModuleLoader.preloadModule(ModuleIdentifier identifier) protected ModuleJarModuleLoader.preloadModule(ModuleIdentifier 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.private static voidDependencyTreeViewer.print(PrintWriter out, String prefix, ModuleIdentifier identifier, FastCopyHashSet<ModuleIdentifier> visited, File... roots) static voidDependencyTreeViewer.print(PrintWriter out, ModuleIdentifier identifier, File... roots) Print the dependency tree for the given module with the given module root list.static FileModuleXmlUtil.toFile(File dir, String name, ModuleIdentifier identifier) Creates a file based on the directory and the module identifier.static FileModuleXmlUtil.toFile(File dir, ModuleIdentifier identifier) Creates a file based on the directory and the module identifier.private static StringLocalModuleFinder.toPathString(ModuleIdentifier moduleIdentifier) Method parameters in org.jboss.modules with type arguments of type ModuleIdentifierModifier and TypeMethodDescriptionprivate static voidDependencyTreeViewer.print(PrintWriter out, String prefix, DependencySpec spec, FastCopyHashSet<ModuleIdentifier> visited, boolean last, File... roots) private static voidDependencyTreeViewer.print(PrintWriter out, String prefix, ModuleIdentifier identifier, FastCopyHashSet<ModuleIdentifier> visited, File... roots) private static voidDependencyTreeViewer.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 TypeMethodDescriptionvoidJDKModuleLogger.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
Fields in org.jboss.modules.security declared as ModuleIdentifierModifier and TypeFieldDescriptionprivate final ModuleIdentifierModularPermissionFactory.moduleIdentifierConstructors 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 XmlPullParserExceptionModuleXmlParser.invalidModuleName(XmlPullParser reader, ModuleIdentifier expected) private static ModuleSpecModuleXmlParser.parseDocument(MavenResolver mavenResolver, ModuleXmlParser.ResourceRootFactory factory, String rootPath, XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier) private static voidModuleXmlParser.parseGrant(XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, ArrayList<PermissionFactory> list) private static voidModuleXmlParser.parseModuleAbsentContents(XmlPullParser reader, ModuleIdentifier moduleIdentifier) private static ModuleSpecModuleXmlParser.parseModuleAliasContents(XmlPullParser reader, ModuleIdentifier moduleIdentifier) private static voidModuleXmlParser.parseModuleContents(MavenResolver mavenResolver, XmlPullParser reader, ModuleXmlParser.ResourceRootFactory factory, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, ModuleSpec.Builder specBuilder, String rootPath) 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.private static voidModuleXmlParser.parsePermissions(XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, ModuleSpec.Builder specBuilder) private static ModuleSpecModuleXmlParser.parseRootElement(MavenResolver mavenResolver, ModuleXmlParser.ResourceRootFactory factory, String rootPath, XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)