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)(package private) static <T> java.lang.Class<? extends T>__RedirectedUtils. loadProvider(ModuleIdentifier id, java.lang.Class<T> intf, ModuleLoader moduleLoader)(package private) static <T> java.lang.Class<? extends T>__RedirectedUtils. loadProvider(ModuleIdentifier id, java.lang.Class<T> intf, ModuleLoader moduleLoader, java.lang.String name) -
Uses of ModuleIdentifier in org.jboss.modules
Fields in org.jboss.modules declared as ModuleIdentifier Modifier and Type Field Description private ModuleIdentifierAliasModuleSpec. aliasTargetstatic ModuleIdentifierModuleIdentifier. CLASSPATHThe class path module (only present if booted from a class path).private ModuleIdentifierModule. identifierThe identifier of this module.private ModuleIdentifierModuleDependency. identifierprivate ModuleIdentifierModuleDependencySpec. identifier(package private) ModuleIdentifierModuleLoader.FutureModule. identifierprivate ModuleIdentifierModuleSpec. moduleIdentifierprivate ModuleIdentifierJarModuleFinder. myIdentifierprivate ModuleIdentifierJarModuleLoader. myIdentifierFields in org.jboss.modules with type parameters of type ModuleIdentifier Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<ModuleIdentifier,ModuleLoader.FutureModule>ModuleLoader. moduleMapMethods in org.jboss.modules that return ModuleIdentifier Modifier and Type Method Description static ModuleIdentifierModuleIdentifier. create(java.lang.String name)Creates a new module identifier using the specified name.static ModuleIdentifierModuleIdentifier. create(java.lang.String name, java.lang.String slot)Creates a new module identifier using the specified name and slot.static ModuleIdentifierModuleIdentifier. fromString(java.lang.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.(package private) ModuleIdentifierModuleDependency. getIdentifier()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.(package private) ModuleIdentifierJarModuleLoader. getMyIdentifier()private static ModuleIdentifierJarModuleLoader. simpleNameOf(java.util.jar.JarFile jarFile)Methods in org.jboss.modules that return types with arguments of type ModuleIdentifier Modifier and Type Method Description java.util.Iterator<ModuleIdentifier>IterableModuleFinder. iterateModules(ModuleIdentifier baseIdentifier, boolean recursive)Iterate the modules which can be located via this module finder.java.util.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 java.lang.StringModuleXmlUtil. baseDirectory(ModuleIdentifier identifier)Creates a path name from the module identifier with the defaultFile.separatorcharacter.static java.lang.StringModuleXmlUtil. baseDirectory(ModuleIdentifier identifier, java.lang.String separator)Creates a path name from the module identifier.static java.lang.StringModuleXmlUtil. baseFilename(java.lang.String name, java.lang.String separator, ModuleIdentifier identifier)Creates a path name to the module XMLstatic java.lang.StringModuleXmlUtil. baseFilename(java.lang.String name, ModuleIdentifier identifier)Creates a path name to the module XML file from the module identifier.static java.lang.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 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)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.java.util.Iterator<ModuleIdentifier>IterableModuleFinder. iterateModules(ModuleIdentifier baseIdentifier, boolean recursive)Iterate the modules which can be located via this module finder.java.util.Iterator<ModuleIdentifier>ModuleLoader. iterateModules(ModuleIdentifier baseIdentifier, boolean recursive)Iterate the modules which can be located via this module loader.static java.lang.Class<?>Module. loadClassFromBootModuleLoader(ModuleIdentifier moduleIdentifier, java.lang.String className)Load a class from a module in the system module loader.static java.lang.Class<?>Module. loadClassFromCallerModuleLoader(ModuleIdentifier moduleIdentifier, java.lang.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> java.util.ServiceLoader<S>Module. loadServiceFromCallerModuleLoader(ModuleIdentifier identifier, java.lang.Class<S> serviceType)Load a service loader from a module in the caller's module loader.static ModuleSpecLocalModuleFinder. parseModuleXmlFile(ModuleIdentifier identifier, ModuleLoader delegateLoader, java.io.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(java.io.PrintWriter out, java.lang.String prefix, ModuleIdentifier identifier, FastCopyHashSet<ModuleIdentifier> visited, java.io.File... roots)static voidDependencyTreeViewer. print(java.io.PrintWriter out, ModuleIdentifier identifier, java.io.File... roots)Print the dependency tree for the given module with the given module root list.static java.io.FileModuleXmlUtil. toFile(java.io.File dir, java.lang.String name, ModuleIdentifier identifier)Creates a file based on the directory and the module identifier.static java.io.FileModuleXmlUtil. toFile(java.io.File dir, ModuleIdentifier identifier)Creates a file based on the directory and the module identifier.private static java.lang.StringLocalModuleFinder. toPathString(ModuleIdentifier moduleIdentifier)Method parameters in org.jboss.modules with type arguments of type ModuleIdentifier Modifier and Type Method Description private static voidDependencyTreeViewer. print(java.io.PrintWriter out, java.lang.String prefix, DependencySpec spec, FastCopyHashSet<ModuleIdentifier> visited, boolean last, java.io.File... roots)private static voidDependencyTreeViewer. print(java.io.PrintWriter out, java.lang.String prefix, ModuleIdentifier identifier, FastCopyHashSet<ModuleIdentifier> visited, java.io.File... roots)private static voidDependencyTreeViewer. print(java.io.PrintWriter out, java.lang.String prefix, ModuleSpec spec, FastCopyHashSet<ModuleIdentifier> visited, java.io.File... roots)Constructors in org.jboss.modules with parameters of type ModuleIdentifier Constructor Description AliasModuleSpec(ModuleIdentifier moduleIdentifier, ModuleIdentifier aliasTarget)ConcreteModuleSpec(ModuleIdentifier moduleIdentifier, java.lang.String mainClass, AssertionSetting assertionSetting, ResourceLoaderSpec[] resourceLoaders, DependencySpec[] dependencies, LocalLoader fallbackLoader, ModuleClassLoaderFactory moduleClassLoaderFactory, java.lang.instrument.ClassFileTransformer classFileTransformer, java.util.Map<java.lang.String,java.lang.String> properties, java.security.PermissionCollection permissionCollection)FutureModule(ModuleIdentifier identifier)JarModuleFinder(ModuleIdentifier myIdentifier, java.util.jar.JarFile jarFile)Construct a new instance.ModuleDependency(PathFilter exportFilter, PathFilter importFilter, PathFilter resourceExportFilter, PathFilter resourceImportFilter, ClassFilter classExportFilter, ClassFilter classImportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)ModuleDependency(PathFilter exportFilter, PathFilter importFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)ModuleDependencySpec(PathFilter importFilter, PathFilter exportFilter, PathFilter resourceImportFilter, PathFilter resourceExportFilter, ClassFilter classImportFilter, ClassFilter classExportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)ModuleSpec(ModuleIdentifier moduleIdentifier) -
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
Fields in org.jboss.modules.security declared as ModuleIdentifier Modifier and Type Field Description private ModuleIdentifierModularPermissionFactory. moduleIdentifierConstructors in org.jboss.modules.security with parameters of type ModuleIdentifier Constructor Description ModularPermissionFactory(ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, java.lang.String className, java.lang.String targetName, java.lang.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 private static XmlPullParserExceptionModuleXmlParser. invalidModuleName(XmlPullParser reader, ModuleIdentifier expected)private static ModuleSpecModuleXmlParser. parseDocument(MavenResolver mavenResolver, ModuleXmlParser.ResourceRootFactory factory, java.lang.String rootPath, XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)private static voidModuleXmlParser. parseGrant(XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, java.util.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, java.lang.String rootPath)static ModuleSpecModuleXmlParser. parseModuleXml(ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, java.io.File root, java.io.File moduleInfoFile)Parse amodule.xmlfile.static ModuleSpecModuleXmlParser. parseModuleXml(ModuleXmlParser.ResourceRootFactory factory, java.lang.String rootPath, java.io.InputStream source, java.lang.String moduleInfoFile, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)Parse amodule.xmlfile.static ModuleSpecModuleXmlParser. parseModuleXml(ModuleXmlParser.ResourceRootFactory factory, MavenResolver mavenResolver, java.lang.String rootPath, java.io.InputStream source, java.lang.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, java.lang.String rootPath, XmlPullParser reader, ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier)
-