A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes All Packages

A

AbstractLocalLoader - Class in org.jboss.modules
An abstract local loader implementation.
AbstractLocalLoader() - Constructor for class org.jboss.modules.AbstractLocalLoader
 
AbstractResourceLoader - Class in org.jboss.modules
An abstract resource loader implementation.
AbstractResourceLoader() - Constructor for class org.jboss.modules.AbstractResourceLoader
Construct a new instance.
accept(String) - Method in interface org.jboss.modules.filter.ClassFilter
Determine whether a class name should be accepted by this filter.
accept(String) - Method in interface org.jboss.modules.filter.PathFilter
Determine whether a path should be accepted.
acceptAll() - Static method in class org.jboss.modules.filter.ClassFilters
Get a filter which always returns true.
acceptAll() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which always returns true.
add(Permission) - Method in class org.jboss.modules.security.FactoryPermissionCollection
 
addDependency(DependencySpec) - Method in interface org.jboss.modules.ModuleSpec.Builder
Add a dependency specification.
addFilter(PathFilter, boolean) - Method in class org.jboss.modules.filter.MultiplePathFilterBuilder
Add a filter to this builder.
addProperty(String, String) - Method in interface org.jboss.modules.ModuleSpec.Builder
Add a property to this module specification.
addProvide(String, String) - Method in interface org.jboss.modules.ModuleSpec.Builder
Declare that this module provides a service with the given type name with the implementation class with the given class name.
addResourceRoot(ResourceLoaderSpec) - Method in interface org.jboss.modules.ModuleSpec.Builder
Add a local resource root, from which this module will load class definitions and resources.
agentmain(String, Instrumentation) - Static method in class org.jboss.modules.ModularAgent
 
AliasModuleSpec - Class in org.jboss.modules
A module specification for a module alias.
all(Collection<PathFilter>) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which returns true if all of the given filters return true.
all(PathFilter...) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which returns true if all of the given filters return true.
allOf(Collection<? extends ClassTransformer>) - Static method in interface org.jboss.modules.ClassTransformer
Get a new transformer which applies all the transformations in the given collection.
allStringsInterned - Variable in class org.jboss.modules.xml.MXParser
Implementation notice: the is instance variable that controls if newString() is interning.
andThen(ClassTransformer) - Method in interface org.jboss.modules.ClassTransformer
Get a new transformer which applies this transformation followed by another transformation.
any(Collection<PathFilter>) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which returns true if any of the given filters return true.
any(PathFilter...) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which returns true if any of the given filters return true.
ArtifactCoordinates - Class in org.jboss.modules.maven
Maven artifact coordinate specification.
ArtifactCoordinates(String, String, String) - Constructor for class org.jboss.modules.maven.ArtifactCoordinates
Construct a new instance with an empty classifier.
ArtifactCoordinates(String, String, String, String) - Constructor for class org.jboss.modules.maven.ArtifactCoordinates
Construct a new instance.
AssertionSetting - Enum in org.jboss.modules
The assertion setting for a package or class.
attributeCount - Variable in class org.jboss.modules.xml.MXParser
 
attributeName - Variable in class org.jboss.modules.xml.MXParser
 
attributeNameHash - Variable in class org.jboss.modules.xml.MXParser
 
attributePrefix - Variable in class org.jboss.modules.xml.MXParser
 
attributeUri - Variable in class org.jboss.modules.xml.MXParser
 
attributeValue - Variable in class org.jboss.modules.xml.MXParser
 

B

basicModuleNameToPath(String) - Static method in class org.jboss.modules.PathUtils
Convert a "basic" module name to a relative path specification.
buf - Variable in class org.jboss.modules.xml.MXParser
 
bufAbsoluteStart - Variable in class org.jboss.modules.xml.MXParser
 
bufEnd - Variable in class org.jboss.modules.xml.MXParser
 
bufLoadFactor - Variable in class org.jboss.modules.xml.MXParser
 
bufSoftLimit - Variable in class org.jboss.modules.xml.MXParser
 
bufStart - Variable in class org.jboss.modules.xml.MXParser
 
build() - Method in class org.jboss.modules.DependencySpecBuilder
Construct the dependency specification.
build() - Method in class org.jboss.modules.LocalDependencySpecBuilder
 
build() - Method in class org.jboss.modules.ModuleDependencySpecBuilder
 
build(String) - Static method in class org.jboss.modules.ModuleSpec
Get a builder for a new module specification.
build(ModuleIdentifier) - Static method in class org.jboss.modules.ModuleSpec
Deprecated.
buildAlias(String, String) - Static method in class org.jboss.modules.ModuleSpec
Get a builder for a new module alias specification.
buildAlias(ModuleIdentifier, ModuleIdentifier) - Static method in class org.jboss.modules.ModuleSpec
Deprecated.

C

canonicalize(String) - Static method in class org.jboss.modules.PathUtils
Canonicalize the given path.
CDSECT - Static variable in interface org.jboss.modules.xml.XmlPullParser
A CDATA sections was just read; this token is available only from calls to nextToken().
changeAll(String, ModuleLoader) - Static method in class __redirected.__JAXPRedirected
Change all provided factories to the ones contained in the specified module using the standard META-INF/services lookup pattern.
changeAll(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__JAXPRedirected
changeDefaultFactory(String, ModuleLoader) - Static method in class __redirected.__DatatypeFactory
 
changeDefaultFactory(String, ModuleLoader) - Static method in class __redirected.__DocumentBuilderFactory
 
changeDefaultFactory(String, ModuleLoader) - Static method in class __redirected.__SAXParserFactory
 
changeDefaultFactory(String, ModuleLoader) - Static method in class __redirected.__SchemaFactory
 
changeDefaultFactory(String, ModuleLoader) - Static method in class __redirected.__TransformerFactory
 
changeDefaultFactory(String, ModuleLoader) - Static method in class __redirected.__XMLEventFactory
 
changeDefaultFactory(String, ModuleLoader) - Static method in class __redirected.__XMLInputFactory
 
changeDefaultFactory(String, ModuleLoader) - Static method in class __redirected.__XMLOutputFactory
 
changeDefaultFactory(String, ModuleLoader) - Static method in class __redirected.__XMLReaderFactory
 
changeDefaultFactory(String, ModuleLoader) - Static method in class __redirected.__XPathFactory
 
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__DatatypeFactory
Deprecated.
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__DocumentBuilderFactory
Deprecated.
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__SAXParserFactory
Deprecated.
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__SchemaFactory
Deprecated.
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__TransformerFactory
Deprecated.
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLEventFactory
Deprecated.
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLInputFactory
Deprecated.
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLOutputFactory
Deprecated.
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLReaderFactory
Deprecated.
changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XPathFactory
 
charRefOneCharBuf - Variable in class org.jboss.modules.xml.MXParser
 
classDefined(String, Module) - Method in class org.jboss.modules.log.JDKModuleLogger
 
classDefined(String, Module) - Method in interface org.jboss.modules.log.ModuleLogger
 
classDefined(String, Module) - Method in class org.jboss.modules.log.NoopModuleLogger
 
classDefined(String, Module) - Method in class org.jboss.modules.log.StreamModuleLogger
 
classDefineFailed(Throwable, String, Module) - Method in class org.jboss.modules.log.JDKModuleLogger
 
classDefineFailed(Throwable, String, Module) - Method in interface org.jboss.modules.log.ModuleLogger
 
classDefineFailed(Throwable, String, Module) - Method in class org.jboss.modules.log.NoopModuleLogger
 
classDefineFailed(Throwable, String, Module) - Method in class org.jboss.modules.log.StreamModuleLogger
ClassDefiner - Class in org.jboss.modules
A hook for frameworks which need to define additional classes to a module's class loader.
ClassFilter - Interface in org.jboss.modules.filter
Filter used to determine whether a class name should be included or excluded from imports and exports.
ClassFilters - Class in org.jboss.modules.filter
Static factory methods for class filter types.
ClassifyingModuleLoader - Class in org.jboss.modules
A module loader which selects a delegate module loader based upon the prefix of the module name.
ClassifyingModuleLoader(String, Map<String, ModuleLoader>, ModuleLoader) - Constructor for class org.jboss.modules.ClassifyingModuleLoader
Construct a new instance.
CLASSPATH - Static variable in class org.jboss.modules.ModuleIdentifier
Deprecated.
The class path module (only present if booted from a class path).
ClassSpec - Class in org.jboss.modules
A class definition specification.
ClassSpec() - Constructor for class org.jboss.modules.ClassSpec
Construct a new instance.
ClassTransformer - Interface in org.jboss.modules
A class file transformer which operates on byte buffers.
clear() - Method in class org.jboss.modules.management.ObjectProperties
 
clear() - Method in interface org.jboss.modules.ref.Reference
Clear the reference.
clear() - Method in class org.jboss.modules.ref.StrongReference
 
clearAssertionStatus() - Method in class org.jboss.modules.ModuleClassLoader
clone() - Method in class org.jboss.modules.management.ObjectProperties
 
clone() - Method in class org.jboss.modules.ModuleClassLoader
close() - Method in class org.jboss.modules.LocalModuleFinder
Close this module loader and release all backing files.
close() - Method in class org.jboss.modules.LocalModuleLoader
Close this module loader and release all backing files.
close() - Method in interface org.jboss.modules.ResourceLoader
Closes this resource, relinquishing any underlying resources.
column - Variable in exception org.jboss.modules.xml.XmlPullParserException
 
columnNumber - Variable in class org.jboss.modules.xml.MXParser
 
COMMENT - Static variable in interface org.jboss.modules.xml.XmlPullParser
An XML comment was just read.
compareTo(Version) - Method in class org.jboss.modules.Version
Compares this module version to another module version.
ConcreteModuleSpec - Class in org.jboss.modules
A Module specification for a concrete module implementation.
ConcurrentClassLoader - Class in org.jboss.modules
A classloader which can delegate to multiple other classloaders without risk of deadlock.
ConcurrentClassLoader() - Constructor for class org.jboss.modules.ConcurrentClassLoader
Construct a new instance, using our class loader as the parent.
ConcurrentClassLoader(String) - Constructor for class org.jboss.modules.ConcurrentClassLoader
Construct a new instance, using our class loader as the parent.
ConcurrentClassLoader(ConcurrentClassLoader) - Constructor for class org.jboss.modules.ConcurrentClassLoader
Construct a new instance with the given parent class loader, which must be a concurrent class loader, or null to create a root concurrent class loader.
ConcurrentClassLoader(ConcurrentClassLoader, String) - Constructor for class org.jboss.modules.ConcurrentClassLoader
Construct a new instance with the given parent class loader, which must be a concurrent class loader, or null to create a root concurrent class loader.
construct() - Method in class org.jboss.modules.security.ImmediatePermissionFactory
 
construct() - Method in class org.jboss.modules.security.LoadedPermissionFactory
 
construct() - Method in class org.jboss.modules.security.ModularPermissionFactory
 
construct() - Method in interface org.jboss.modules.security.PermissionFactory
Construct a new instance of the permission.
constructFromClass(Class<? extends Permission>, String, String) - Static method in interface org.jboss.modules.security.PermissionFactory
Utility method to reflectively construct a permission from a given class.
contains(Object) - Method in class org.jboss.modules.management.ObjectProperties
 
containsKey(Object) - Method in class org.jboss.modules.management.ObjectProperties
 
containsValue(Object) - Method in class org.jboss.modules.management.ObjectProperties
 
create() - Method in class org.jboss.modules.filter.MultiplePathFilterBuilder
Create the path filter from this builder's current state.
create() - Method in interface org.jboss.modules.ModuleSpec.AliasBuilder
Create the module specification from this builder.
create() - Method in interface org.jboss.modules.ModuleSpec.Builder
Create the module specification from this builder.
create(String) - Static method in class org.jboss.modules.ModuleIdentifier
Deprecated.
Creates a new module identifier using the specified name.
create(String, String) - Static method in class org.jboss.modules.ModuleIdentifier
Deprecated.
Creates a new module identifier using the specified name and slot.
create(ModuleClassLoader.Configuration) - Method in interface org.jboss.modules.ModuleClassLoaderFactory
Create the module class loader.
create(Reference.Type, T, A) - Static method in class org.jboss.modules.ref.References
Create a reference of a given type with the provided value and attachment.
create(Reference.Type, T, A, ReferenceQueue<? super T>) - Static method in class org.jboss.modules.ref.References
Create a reference of a given type with the provided value and attachment.
create(Reference.Type, T, A, Reaper<T, A>) - Static method in class org.jboss.modules.ref.References
Create a reference of a given type with the provided value and attachment.
createAttribute(String, String) - Method in class __redirected.__XMLEventFactory
 
createAttribute(String, String, String, String) - Method in class __redirected.__XMLEventFactory
 
createAttribute(QName, String) - Method in class __redirected.__XMLEventFactory
 
createCData(String) - Method in class __redirected.__XMLEventFactory
 
createCharacters(String) - Method in class __redirected.__XMLEventFactory
 
createClassFilteredLocalLoader(ClassFilter, LocalLoader) - Static method in class org.jboss.modules.LocalLoaders
Create a filtered local loader.
createClassLoaderDependencySpec(ClassLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createClassLoaderDependencySpec(ClassLoader, Set<String>, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createClassLoaderDependencySpec(PathFilter, PathFilter, ClassLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createComment(String) - Method in class __redirected.__XMLEventFactory
 
createDefaultResolver() - Static method in interface org.jboss.modules.maven.MavenResolver
Create a Maven artifact resolver using the default strategy.
createDTD(String) - Method in class __redirected.__XMLEventFactory
 
createEndDocument() - Method in class __redirected.__XMLEventFactory
 
createEndElement(String, String, String) - Method in class __redirected.__XMLEventFactory
 
createEndElement(String, String, String, Iterator) - Method in class __redirected.__XMLEventFactory
 
createEndElement(QName, Iterator) - Method in class __redirected.__XMLEventFactory
 
createEntityReference(String, EntityDeclaration) - Method in class __redirected.__XMLEventFactory
 
createFileResourceLoader(String, File) - Static method in class org.jboss.modules.ResourceLoaders
createFileResourceLoader$$bridge(String, File) - Static method in class org.jboss.modules.ResourceLoaders
Deprecated.
createFilteredLocalLoader(ClassFilter, PathFilter, LocalLoader) - Static method in class org.jboss.modules.LocalLoaders
Create a filtered local loader.
createFilteredReader(XMLEventReader, EventFilter) - Method in class __redirected.__XMLInputFactory
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class __redirected.__XMLInputFactory
 
createFilteredResourceLoader(PathFilter, IterableResourceLoader) - Static method in class org.jboss.modules.ResourceLoaders
Create a filtered view of an iterable resource loader, which allows classes to be included or excluded on a name basis.
createFilteredResourceLoader(PathFilter, ResourceLoader) - Static method in class org.jboss.modules.ResourceLoaders
Create a filtered view of a resource loader, which allows classes to be included or excluded on a name basis.
createIgnorableSpace(String) - Method in class __redirected.__XMLEventFactory
 
createIterableClassFilteredLocalLoader(ClassFilter, IterableLocalLoader) - Static method in class org.jboss.modules.LocalLoaders
Create a filtered local loader.
createIterableFileResourceLoader(String, File) - Static method in class org.jboss.modules.ResourceLoaders
createIterableFilteredLocalLoader(ClassFilter, PathFilter, IterableLocalLoader) - Static method in class org.jboss.modules.LocalLoaders
Create a filtered local loader.
createIterableFilteredResourceLoader(PathFilter, IterableResourceLoader) - Static method in class org.jboss.modules.ResourceLoaders
createIterableJarResourceLoader(String, JarFile) - Static method in class org.jboss.modules.ResourceLoaders
createIterablePathFilteredLocalLoader(PathFilter, IterableLocalLoader) - Static method in class org.jboss.modules.LocalLoaders
Create a filtered local loader.
createJarResourceLoader(String, JarFile) - Static method in class org.jboss.modules.ResourceLoaders
createJarResourceLoader(String, JarFile, String) - Static method in class org.jboss.modules.ResourceLoaders
createJarResourceLoader(JarFile) - Static method in class org.jboss.modules.ResourceLoaders
Create a JAR-backed resource loader.
createJarResourceLoader(JarFile, String) - Static method in class org.jboss.modules.ResourceLoaders
Create a JAR-backed resource loader.
createJarResourceLoader$$bridge(String, JarFile) - Static method in class org.jboss.modules.ResourceLoaders
Deprecated.
createLocalDependencySpec() - Static method in class org.jboss.modules.DependencySpec
Create a dependency on the current module's local resources.
createLocalDependencySpec(PathFilter, PathFilter) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createLocalDependencySpec(PathFilter, PathFilter, PathFilter, PathFilter, ClassFilter, ClassFilter) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createLocalDependencySpec(PathFilter, PathFilter, PathFilter, PathFilter, ClassFilter, ClassFilter, LocalLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createLocalDependencySpec(PathFilter, PathFilter, LocalLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createLocalDependencySpec(LocalLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createLocalDependencySpec(LocalLoader, Set<String>, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createMavenArtifactLoader(String) - Static method in class org.jboss.modules.maven.MavenArtifactUtil
A utility method to create a Maven artifact resource loader for the given artifact name.
createMavenArtifactLoader(MavenResolver, String) - Static method in class org.jboss.modules.maven.MavenArtifactUtil
A utility method to create a Maven artifact resource loader for the given artifact name.
createMavenArtifactLoader(MavenResolver, ArtifactCoordinates, String) - Static method in class org.jboss.modules.maven.MavenArtifactUtil
A utility method to create a Maven artifact resource loader for the given artifact coordinates.
createModuleDependencySpec(String) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(String, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(String, boolean, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(PathFilter, String, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(PathFilter, PathFilter, PathFilter, PathFilter, ClassFilter, ClassFilter, ModuleLoader, String, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(PathFilter, PathFilter, PathFilter, PathFilter, ClassFilter, ClassFilter, ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(PathFilter, PathFilter, ModuleLoader, String, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(PathFilter, PathFilter, ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(PathFilter, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(PathFilter, ModuleLoader, String, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(PathFilter, ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(ModuleIdentifier) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(ModuleIdentifier, boolean, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(ModuleLoader, String, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(ModuleLoader, String, boolean, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createModuleDependencySpec(ModuleLoader, ModuleIdentifier, boolean, boolean) - Static method in class org.jboss.modules.DependencySpec
Deprecated.
createNamespace(String) - Method in class __redirected.__XMLEventFactory
 
createNamespace(String, String) - Method in class __redirected.__XMLEventFactory
 
createPathFilteredLocalLoader(PathFilter, LocalLoader) - Static method in class org.jboss.modules.LocalLoaders
Create a filtered local loader.
createPathResourceLoader(String, Path) - Static method in class org.jboss.modules.ResourceLoaders
createPathResourceLoader(Path) - Static method in class org.jboss.modules.ResourceLoaders
Create a NIO2 Path-backed iterable resource loader.
createProcessingInstruction(String, String) - Method in class __redirected.__XMLEventFactory
 
createResourceLoader(String, String, String) - Method in interface org.jboss.modules.xml.ModuleXmlParser.ResourceRootFactory
 
createResourceLoaderSpec(ResourceLoader) - Static method in class org.jboss.modules.ResourceLoaderSpec
Construct a new instance which accepts all paths in the resource loader.
createResourceLoaderSpec(ResourceLoader, PathFilter) - Static method in class org.jboss.modules.ResourceLoaderSpec
Construct a new instance.
createServiceResourceLoader(Map<String, List<String>>) - Static method in class org.jboss.modules.ResourceLoaders
Create a service resource loader.
createSpace(String) - Method in class __redirected.__XMLEventFactory
 
createStartDocument() - Method in class __redirected.__XMLEventFactory
 
createStartDocument(String) - Method in class __redirected.__XMLEventFactory
 
createStartDocument(String, String) - Method in class __redirected.__XMLEventFactory
 
createStartDocument(String, String, boolean) - Method in class __redirected.__XMLEventFactory
 
createStartElement(String, String, String) - Method in class __redirected.__XMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator) - Method in class __redirected.__XMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class __redirected.__XMLEventFactory
 
createStartElement(QName, Iterator, Iterator) - Method in class __redirected.__XMLEventFactory
 
createSubloader(String, String) - Method in interface org.jboss.modules.ResourceLoader
Create a loader which loads resources under a relative subdirectory relative to this loader.
createSystemDependencySpec(Set<String>) - Static method in class org.jboss.modules.DependencySpec
Create a system dependency.
createSystemDependencySpec(Set<String>, boolean) - Static method in class org.jboss.modules.DependencySpec
Create a system dependency.
createSystemDependencySpec(PathFilter, PathFilter, Set<String>) - Static method in class org.jboss.modules.DependencySpec
Create a system dependency.
createXMLEventReader(InputStream) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(InputStream, String) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(Reader) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(String, InputStream) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(String, Reader) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class __redirected.__XMLInputFactory
 
createXMLEventReader(Source) - Method in class __redirected.__XMLInputFactory
 
createXMLEventWriter(OutputStream) - Method in class __redirected.__XMLOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class __redirected.__XMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class __redirected.__XMLOutputFactory
 
createXMLEventWriter(Result) - Method in class __redirected.__XMLOutputFactory
 
createXMLStreamReader(InputStream) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamReader(InputStream, String) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamReader(Reader) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamReader(String, Reader) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamReader(Source) - Method in class __redirected.__XMLInputFactory
 
createXMLStreamWriter(OutputStream) - Method in class __redirected.__XMLOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class __redirected.__XMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class __redirected.__XMLOutputFactory
 
createXMLStreamWriter(Result) - Method in class __redirected.__XMLOutputFactory
 

D

defineClass(Class<?>, String, byte[]) - Method in class org.jboss.modules.ClassDefiner
Define a class using the module and protection domain of an existing class.
defineClass(Class<?>, String, byte[], int, int) - Method in class org.jboss.modules.ClassDefiner
Define a class using the module and protection domain of an existing class.
defineClass(Class<?>, String, ByteBuffer) - Method in class org.jboss.modules.ClassDefiner
Define a class using the module and protection domain of an existing class.
defineClass(Class<?>, String, ProtectionDomain, byte[]) - Method in class org.jboss.modules.ClassDefiner
Define a class using the module of an existing class.
defineClass(Class<?>, String, ProtectionDomain, byte[], int, int) - Method in class org.jboss.modules.ClassDefiner
Define a class using the module of an existing class.
defineClass(Class<?>, String, ProtectionDomain, ByteBuffer) - Method in class org.jboss.modules.ClassDefiner
Define a class using the module of an existing class.
defineClass(Module, String, ProtectionDomain, byte[]) - Method in class org.jboss.modules.ClassDefiner
Define a class.
defineClass(Module, String, ProtectionDomain, byte[], int, int) - Method in class org.jboss.modules.ClassDefiner
Define a class.
defineClass(Module, String, ProtectionDomain, ByteBuffer) - Method in class org.jboss.modules.ClassDefiner
Define a class.
defineEntityReplacementText(String, String) - Method in class org.jboss.modules.xml.MXParser
 
defineEntityReplacementText(String, String) - Method in interface org.jboss.modules.xml.XmlPullParser
Set new value for entity replacement text as defined in XML 1.0 Section 4.5 Construction of Internal Entity Replacement Text.
defineOrLoadClass(String, byte[], int, int) - Method in class org.jboss.modules.ConcurrentClassLoader
Atomically define or load the named class.
defineOrLoadClass(String, byte[], int, int, ProtectionDomain) - Method in class org.jboss.modules.ConcurrentClassLoader
Atomically define or load the named class.
definePackage(String, String, String, String, String, String, String, URL) - Method in class org.jboss.modules.ConcurrentClassLoader
Defines a package by name in this ConcurrentClassLoader.
definePackage(String, String, String, String, String, String, String, URL) - Method in class org.jboss.modules.ModuleClassLoader
Defines a package by name in this ConcurrentClassLoader.
DelegatingModuleLoader - Class in org.jboss.modules
A module loader which searches its finders first, and then delegates to another loader if the module is not found.
DelegatingModuleLoader(ModuleLoader, ModuleFinder) - Constructor for class org.jboss.modules.DelegatingModuleLoader
Construct a new instance.
DelegatingModuleLoader(ModuleLoader, ModuleFinder[]) - Constructor for class org.jboss.modules.DelegatingModuleLoader
Construct a new instance.
DependencyInfo - Class in org.jboss.modules.management
Information describing a dependency.
DependencyInfo(String, String, String, ModuleLoaderMXBean, String, boolean, String, List<String>) - Constructor for class org.jboss.modules.management.DependencyInfo
Construct a new instance.
DependencySpec - Class in org.jboss.modules
A dependency specification that represents a single dependency for a module.
DependencySpecBuilder - Class in org.jboss.modules
The base class of dependency specification builders.
DependencySpecBuilder() - Constructor for class org.jboss.modules.DependencySpecBuilder
Construct a new instance.
DependencyTreeViewer - Class in org.jboss.modules
A dependency tree viewer utility.
DependencyTreeViewer() - Constructor for class org.jboss.modules.DependencyTreeViewer
 
depth - Variable in class org.jboss.modules.xml.MXParser
 
detectVersion(ResourceLoader) - Static method in class org.jboss.modules.VersionDetection
Attempt to guess the version of a resource loader.
DISABLED - org.jboss.modules.AssertionSetting
 
DOCDECL - Static variable in interface org.jboss.modules.xml.XmlPullParser
An XML document type declaration was just read.
dumpAllModuleInformation() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Dump all information for all modules as a string.
dumpModuleInformation(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Dump all information for a single module as a string.

E

elements() - Method in class org.jboss.modules.management.ObjectProperties
 
elements() - Method in class org.jboss.modules.security.FactoryPermissionCollection
 
elName - Variable in class org.jboss.modules.xml.MXParser
 
elNamespaceCount - Variable in class org.jboss.modules.xml.MXParser
 
elPrefix - Variable in class org.jboss.modules.xml.MXParser
 
elRawName - Variable in class org.jboss.modules.xml.MXParser
 
elRawNameEnd - Variable in class org.jboss.modules.xml.MXParser
 
elRawNameLine - Variable in class org.jboss.modules.xml.MXParser
 
elUri - Variable in class org.jboss.modules.xml.MXParser
 
EMPTY_ENUMERATION - Static variable in class org.jboss.modules.ConcurrentClassLoader
An empty enumeration, for subclasses to use if desired.
emptyElementTag - Variable in class org.jboss.modules.xml.MXParser
 
ENABLED - org.jboss.modules.AssertionSetting
 
END_DOCUMENT - Static variable in interface org.jboss.modules.xml.XmlPullParser
Logical end of the xml document.
END_TAG - Static variable in interface org.jboss.modules.xml.XmlPullParser
Returned from getEventType(), next(), or nextToken() when an end tag was read.
endOfDocument(XmlPullParser) - Static method in class org.jboss.modules.xml.ModuleXmlParser
 
ensureAttributesCapacity(int) - Method in class org.jboss.modules.xml.MXParser
Make sure that in attributes temporary array is enough space.
ensureElementsCapacity() - Method in class org.jboss.modules.xml.MXParser
Make sure that we have enough space to keep element stack if passed size.
ensureEntityCapacity() - Method in class org.jboss.modules.xml.MXParser
 
ensureNamespacesCapacity(int) - Method in class org.jboss.modules.xml.MXParser
 
ensurePC(int) - Method in class org.jboss.modules.xml.MXParser
 
ENTITY_REF - Static variable in interface org.jboss.modules.xml.XmlPullParser
An entity reference was just read; this token is available from nextToken() only.
entityEnd - Variable in class org.jboss.modules.xml.MXParser
 
entityName - Variable in class org.jboss.modules.xml.MXParser
 
entityNameBuf - Variable in class org.jboss.modules.xml.MXParser
 
entityNameHash - Variable in class org.jboss.modules.xml.MXParser
 
entityRefName - Variable in class org.jboss.modules.xml.MXParser
 
entityReplacement - Variable in class org.jboss.modules.xml.MXParser
 
entityReplacementBuf - Variable in class org.jboss.modules.xml.MXParser
 
entrySet() - Method in class org.jboss.modules.management.ObjectProperties
 
equals(Object) - Method in interface org.jboss.modules.filter.PathFilter
Determine whether this filter is equal to another.
equals(Object) - Method in class org.jboss.modules.maven.ArtifactCoordinates
Determine whether this coordinates object equals the target object.
equals(Object) - Method in class org.jboss.modules.ModuleClassLoader
equals(Object) - Method in class org.jboss.modules.ModuleIdentifier
Deprecated.
Determine whether this object is equal to another.
equals(Object) - Method in class org.jboss.modules.Version
Tests this module version for equality with the given object.
equals(ArtifactCoordinates) - Method in class org.jboss.modules.maven.ArtifactCoordinates
Determine whether this coordinates object equals the target object.
equals(ModuleIdentifier) - Method in class org.jboss.modules.ModuleIdentifier
Deprecated.
Determine whether this object is equal to another.
eventType - Variable in class org.jboss.modules.xml.MXParser
 

F

FactoryPermissionCollection - Class in org.jboss.modules.security
A permission collection which lazily instantiates the permission objects on first use.
FactoryPermissionCollection(PermissionFactory...) - Constructor for class org.jboss.modules.security.FactoryPermissionCollection
Construct a new instance.
fastHash(char[], int, int) - Static method in class org.jboss.modules.xml.MXParser
simplistic implementation of hash function that has constant time to compute - so it also means diminishing hash quality for long strings but for XML parsing it should be good enough ...
FEATURE_NAMES_INTERNED - Static variable in class org.jboss.modules.xml.MXParser
 
FEATURE_PROCESS_DOCDECL - Static variable in interface org.jboss.modules.xml.XmlPullParser
This feature determines whether the document declaration is processed.
FEATURE_PROCESS_NAMESPACES - Static variable in interface org.jboss.modules.xml.XmlPullParser
This feature determines whether the parser processes namespaces.
FEATURE_REPORT_NAMESPACE_ATTRIBUTES - Static variable in interface org.jboss.modules.xml.XmlPullParser
This feature determines whether namespace attributes are exposed via the attribute access methods.
FEATURE_VALIDATION - Static variable in interface org.jboss.modules.xml.XmlPullParser
If this feature is activated, all validation errors as defined in the XML 1.0 sepcification are reported.
FEATURE_XML_ROUNDTRIP - Static variable in class org.jboss.modules.xml.MXParser
 
fileNameOfPath(String) - Static method in class org.jboss.modules.PathUtils
Get the file name (last) segment of the given path.
FileSystemClassPathModuleFinder - Class in org.jboss.modules
A module finder which loads modules from individual JARs or directories on the file system, supporting the JAR specification headers as well as the extended MANIFEST headers supported by JBoss Modules.
FileSystemClassPathModuleFinder(Supplier<ModuleLoader>, Supplier<ModuleLoader>) - Constructor for class org.jboss.modules.FileSystemClassPathModuleFinder
Construct a new instance.
FileSystemClassPathModuleFinder(ModuleLoader) - Constructor for class org.jboss.modules.FileSystemClassPathModuleFinder
Construct a new instance.
FileSystemClassPathModuleFinder(ModuleLoader, Supplier<ModuleLoader>) - Constructor for class org.jboss.modules.FileSystemClassPathModuleFinder
Construct a new instance.
fillBuf() - Method in class org.jboss.modules.xml.MXParser
 
filtered(PathFilter, Iterator<Resource>) - Static method in class org.jboss.modules.filter.PathFilters
Get a filtered view of a resource iteration.
filterPaths(Iterable<String>, PathFilter, T) - Static method in class org.jboss.modules.PathUtils
Filter the paths from source into target using filter.
finalize() - Method in class org.jboss.modules.ModuleClassLoader
findClass(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Implementation of ClassLoader.findClass(String).
findClass(String, boolean, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Find a class, possibly delegating to other loader(s).
findClass(String, boolean, boolean) - Method in class org.jboss.modules.ModuleClassLoader
Find a class, possibly delegating to other loader(s).
findClass(String, String) - Method in class org.jboss.modules.ConcurrentClassLoader
Implementation of ClassLoader.findClass(String, String).
findLibrary(String) - Method in class org.jboss.modules.ModuleClassLoader
Find a library from one of the resource loaders.
findLoadedModuleLocal(String) - Method in class org.jboss.modules.ModuleLoader
Find an already-loaded module, returning null if the module isn't currently loaded.
findLoadedModuleLocal(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
findLoadedPackage(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Load a package from this class loader only.
findModule(String) - Method in class org.jboss.modules.ClassifyingModuleLoader
Find a Module's specification in this ModuleLoader by its name.
findModule(String) - Method in class org.jboss.modules.ModuleLoader
Find a Module's specification in this ModuleLoader by its name.
findModule(String, ModuleLoader) - Method in class org.jboss.modules.FileSystemClassPathModuleFinder
 
findModule(String, ModuleLoader) - Method in class org.jboss.modules.JarModuleFinder
Deprecated.
 
findModule(String, ModuleLoader) - Method in class org.jboss.modules.JDKModuleFinder
 
findModule(String, ModuleLoader) - Method in class org.jboss.modules.LocalModuleFinder
 
findModule(String, ModuleLoader) - Method in interface org.jboss.modules.ModuleFinder
Find a module specification for the given name.
findModule(String, ModuleLoader) - Method in class org.jboss.modules.ResourceLoaderModuleFinder
 
findModule(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Deprecated.
findModule(ModuleIdentifier, ModuleLoader) - Method in interface org.jboss.modules.ModuleFinder
Find a module specification for the given identifier.
findResource(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Never used.
findResource(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Find the resource with the given name and exported status.
findResource(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
Find the resource with the given name and exported status.
findResource(String, String) - Method in class org.jboss.modules.ConcurrentClassLoader
Find the resource with the given name in specified java module.
findResourceAsStream(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Finds the resource with the given name and exported status, returning the resource content as a stream.
findResourceAsStream(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
Finds the resource with the given name and exported status, returning the resource content as a stream.
findResources(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Never used.
findResources(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Finds the resources with the given name and exported status.
findResources(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
Finds the resources with the given name and exported status.
findServices(Class<T>, Predicate<Class<?>>, ClassLoader) - Static method in class org.jboss.modules.Module
Returns an iterable of available and filtered providers of given type.
forClass(Class<?>) - Static method in class org.jboss.modules.Module
Get the module for a loaded class, or null if the class did not come from any module.
forClass(Class<?>) - Static method in class org.jboss.modules.ModuleLoader
Get the module loader for a class.
forClassLoader(ClassLoader) - Static method in class org.jboss.modules.ModuleLoader
Get the module loader for a class loader.
forClassLoader(ClassLoader, boolean) - Static method in class org.jboss.modules.Module
Get the module for a class loader, or null if the class loader is not associated with any module.
fromResourcePathFilter(PathFilter) - Static method in class org.jboss.modules.filter.ClassFilters
Get a class filter which uses a resource path filter to filter classes.
fromString(String) - Static method in class org.jboss.modules.maven.ArtifactCoordinates
Parse a string and produce artifact coordinates from it.
fromString(String) - Static method in class org.jboss.modules.ModuleIdentifier
Deprecated.
Parse a module specification from a string.

G

get() - Method in interface org.jboss.modules.ref.Reference
Get the value, or null if the reference has been cleared.
get() - Method in class org.jboss.modules.ref.StrongReference
 
get(Object) - Method in class org.jboss.modules.management.ObjectProperties
 
getAliasName() - Method in class org.jboss.modules.AliasModuleSpec
Get the module alias name.
getAliasName() - Method in interface org.jboss.modules.ModuleSpec.AliasBuilder
Get the name of the module being referenced by this builder.
getAliasTarget() - Method in class org.jboss.modules.AliasModuleSpec
Deprecated.
getAliasTarget() - Method in interface org.jboss.modules.ModuleSpec.AliasBuilder
Deprecated.
getAlphaPart() - Method in class org.jboss.modules.Version.Iterator
Get the current alphabetical part.
getArchName() - Static method in class org.jboss.modules.NativeLibraryResourceLoader
Get the detected architecture name for this platform.
getArtifactId() - Method in class org.jboss.modules.maven.ArtifactCoordinates
Get the artifact ID.
getAssertionSetting() - Method in class org.jboss.modules.ClassSpec
Get the class assertion setting.
getAssertionSetting() - Method in class org.jboss.modules.PackageSpec
Get the package assertion setting.
getAssociatedStylesheet(Source, String, String, String) - Method in class __redirected.__TransformerFactory
 
getAttachment() - Method in class org.jboss.modules.ref.PhantomReference
 
getAttachment() - Method in interface org.jboss.modules.ref.Reference
Get the attachment, if any.
getAttachment() - Method in class org.jboss.modules.ref.SoftReference
 
getAttachment() - Method in class org.jboss.modules.ref.StrongReference
 
getAttachment() - Method in class org.jboss.modules.ref.WeakReference
 
getAttribute(String) - Method in class __redirected.__DocumentBuilderFactory
 
getAttribute(String) - Method in class __redirected.__TransformerFactory
 
getAttributeCount() - Method in class org.jboss.modules.xml.MXParser
 
getAttributeCount() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the number of attributes of the current start tag, or -1 if the current event type is not START_TAG
getAttributeName(int) - Method in class org.jboss.modules.xml.MXParser
 
getAttributeName(int) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces are disabled.
getAttributeNamespace(int) - Method in class org.jboss.modules.xml.MXParser
 
getAttributeNamespace(int) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the namespace URI of the attribute with the given index (starts from 0).
getAttributePrefix(int) - Method in class org.jboss.modules.xml.MXParser
 
getAttributePrefix(int) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the prefix of the specified attribute Returns null if the element has no prefix.
getAttributeType(int) - Method in class org.jboss.modules.xml.MXParser
 
getAttributeType(int) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.
getAttributeValue(int) - Method in class org.jboss.modules.xml.MXParser
 
getAttributeValue(int) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the given attributes value.
getAttributeValue(String, String) - Method in class org.jboss.modules.xml.MXParser
 
getAttributeValue(String, String) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the attributes value identified by namespace URI and namespace localName.
getBootModuleLoader() - Static method in class org.jboss.modules.Module
Gets the boot module loader.
getByteBuffer() - Method in class org.jboss.modules.ClassSpec
Get the class byte buffer, if one is set.
getBytes() - Method in class org.jboss.modules.ClassSpec
Get the class file bytes, if they are set.
getCallerModule() - Static method in class org.jboss.modules.Module
Get the caller's module.
getCallerModuleLoader() - Static method in class org.jboss.modules.Module
Gets the current module loader.
getClassCount() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the number of classes defined in this module loader.
getClassDefineTime() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the estimated CPU time (in nanoseconds) spent defining classes for this loader.
getClassExportFilter() - Method in class org.jboss.modules.DependencySpec
Get the dependency class export filter.
getClassExportFilter() - Method in class org.jboss.modules.DependencySpecBuilder
Get the class export filter to use.
getClassifier() - Method in class org.jboss.modules.maven.ArtifactCoordinates
Get the classifier.
getClassImportFilter() - Method in class org.jboss.modules.DependencySpec
Get the dependency class import filter.
getClassImportFilter() - Method in class org.jboss.modules.DependencySpecBuilder
Get the class import filter to use.
getClassLoader() - Method in class org.jboss.modules.management.ModuleInfo
Get the class loader (as a string).
getClassLoader() - Method in class org.jboss.modules.Module
Get the class loader for a module.
getClassLocation(String, String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the code source location of a class within a module.
getClassNotFoundExceptionMessage(String, Module) - Method in class org.jboss.modules.ModuleClassLoader
Returns an exception message used when producing instances of ClassNotFoundException.
getClassSpec(String) - Method in class org.jboss.modules.AbstractResourceLoader
 
getClassSpec(String) - Method in interface org.jboss.modules.ResourceLoader
Get the class specification for the given class name.
getCodeSource() - Method in class org.jboss.modules.ClassSpec
Get the code source (should not be null).
getColumnNumber() - Method in class org.jboss.modules.xml.MXParser
 
getColumnNumber() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the current column number, starting from 0.
getColumnNumber() - Method in exception org.jboss.modules.xml.XmlPullParserException
 
getContentHandler() - Method in class __redirected.__XMLReaderFactory
 
getContextModuleLoader() - Static method in class org.jboss.modules.Module
Get the current thread's context module loader.
getDefault() - Static method in interface org.jboss.modules.xml.ModuleXmlParser.ResourceRootFactory
Get the default resource root factory.
getDefaultImportFilter() - Static method in class org.jboss.modules.filter.PathFilters
Get the default import path filter, which excludes all of META-INF and its subdirectories.
getDefaultImportFilterWithServices() - Static method in class org.jboss.modules.filter.PathFilters
Get the default import-with-services path filter which excludes all of META-INF and its subdirectories, with the exception of META-INF/services.
getDependencies() - Method in class org.jboss.modules.ConcreteModuleSpec
 
getDependencies() - Method in class org.jboss.modules.management.ModuleInfo
Get the dependency information list.
getDependencies() - Method in class org.jboss.modules.Module
Get the current dependencies of this module.
getDependencies(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the dependencies of the named module.
getDependencies(Module) - Method in class org.jboss.modules.ModuleLoader
Get the current dependency list for a module which was defined by this module loader, without any access checks.
getDependencyType() - Method in class org.jboss.modules.management.DependencyInfo
Get the dependency type class name.
getDepth() - Method in class org.jboss.modules.xml.MXParser
 
getDepth() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the current depth of the element.
getDescription() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get a description of this module loader.
getDTDHandler() - Method in class __redirected.__XMLReaderFactory
 
getEntityResolver() - Method in class __redirected.__XMLReaderFactory
 
getErrorHandler() - Method in class __redirected.__SchemaFactory
 
getErrorHandler() - Method in class __redirected.__XMLReaderFactory
 
getErrorListener() - Method in class __redirected.__TransformerFactory
 
getEventAllocator() - Method in class __redirected.__XMLInputFactory
 
getEventType() - Method in class org.jboss.modules.xml.MXParser
 
getEventType() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
getExportedPaths() - Method in class org.jboss.modules.Module
Get all the paths exported by this module.
getExportedResource(String) - Method in class org.jboss.modules.Module
Get an exported resource URL.
getExportedResource(String, String) - Method in class org.jboss.modules.Module
Deprecated.
Resource root names are deprecated.
getExportedResources(String) - Method in class org.jboss.modules.Module
Get all exported resource URLs for a resource name.
getExportFilter() - Method in class org.jboss.modules.DependencySpec
Get the dependency export filter.
getExportFilter() - Method in class org.jboss.modules.DependencySpecBuilder
Get the export filter to use.
getExportFilter() - Method in class org.jboss.modules.management.DependencyInfo
Get the export filter, as a string.
getFallbackLoader() - Method in class org.jboss.modules.management.ModuleInfo
Get the fallback loader (as a string).
getFeature(String) - Method in class __redirected.__DocumentBuilderFactory
 
getFeature(String) - Method in class __redirected.__SAXParserFactory
 
getFeature(String) - Method in class __redirected.__SchemaFactory
 
getFeature(String) - Method in class __redirected.__TransformerFactory
 
getFeature(String) - Method in class __redirected.__XMLReaderFactory
 
getFeature(String) - Method in class __redirected.__XPathFactory
 
getFeature(String) - Method in class org.jboss.modules.xml.MXParser
Unknown properties are always returned as false
getFeature(String) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the current value of the given feature.
getFinders() - Method in class org.jboss.modules.ModuleLoader
Get the module finders configured for this module loader.
getGroupId() - Method in class org.jboss.modules.maven.ArtifactCoordinates
Get the group ID.
getIdentifier() - Method in class org.jboss.modules.Module
Deprecated.
Use Module.getName() instead.
getIdentifier() - Method in class org.jboss.modules.ModuleDependencySpec
Deprecated.
Use #getName() instead.
getIdentifier() - Method in interface org.jboss.modules.ModuleSpec.AliasBuilder
Deprecated.
getIdentifier() - Method in interface org.jboss.modules.ModuleSpec.Builder
Deprecated.
getImplTitle() - Method in class org.jboss.modules.PackageSpec
Get the implementation title.
getImplVendor() - Method in class org.jboss.modules.PackageSpec
Get the implementation vendor.
getImplVersion() - Method in class org.jboss.modules.PackageSpec
Get the implementation version.
getImportedPaths() - Method in class org.jboss.modules.Module
Get the (unmodifiable) set of paths which are imported into this module class loader, including local paths.
getImportFilter() - Method in class org.jboss.modules.DependencySpec
Get the dependency import filter.
getImportFilter() - Method in class org.jboss.modules.DependencySpecBuilder
Get the import filter to use.
getImportFilter() - Method in class org.jboss.modules.LocalDependencySpecBuilder
Get the import filter to use.
getImportFilter() - Method in class org.jboss.modules.management.DependencyInfo
Get the import filter, as a string.
getInputEncoding() - Method in class org.jboss.modules.xml.MXParser
 
getInputEncoding() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the input encoding if known, null otherwise.
getInstance() - Static method in class org.jboss.modules.ClassDefiner
Get the class definer instance.
getInstance() - Static method in class org.jboss.modules.JDKModuleFinder
 
getInstance() - Static method in class org.jboss.modules.log.NoopModuleLogger
 
getJarName() - Static method in class org.jboss.modules.Main
Get the name of the JBoss Modules JAR.
getKey() - Method in class org.jboss.modules.management.ObjectProperties.Property
 
getLibrary(String) - Method in class org.jboss.modules.AbstractResourceLoader
 
getLibrary(String) - Method in class org.jboss.modules.NativeLibraryResourceLoader
Get the absolute physical filesystem path for a library with the given name.
getLibrary(String) - Method in interface org.jboss.modules.ResourceLoader
Get the absolute physical filesystem path for a library with the given name.
getLineNumber() - Method in class org.jboss.modules.xml.MXParser
 
getLineNumber() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the current line number, starting from 1.
getLineNumber() - Method in exception org.jboss.modules.xml.XmlPullParserException
 
getLinkTime() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the estimated CPU time (in nanoseconds) spent linking in the life of this module loader.
getLoadedModuleCount() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the number of modules currently loaded.
getLoaderPaths() - Method in class org.jboss.modules.LocalDependencySpecBuilder
Get the loader paths set.
getLoadTime() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the estimated CPU time (in nanoseconds) spent loading modules into this loader.
getLocalLoader() - Method in class org.jboss.modules.LocalDependencySpecBuilder
Get the local loader to use.
getLocalLoader() - Method in class org.jboss.modules.management.DependencyInfo
Get the local loader type class name.
getLocalLoaderPaths() - Method in class org.jboss.modules.management.DependencyInfo
Get the list of paths made available by the local loader.
getLocalPaths() - Method in class org.jboss.modules.ModuleClassLoader
Get the (unmodifiable) set of paths which are locally available in this module class loader.
getLocation() - Method in class org.jboss.modules.management.ResourceLoaderInfo
Get the resource loader location.
getLocation() - Method in class org.jboss.modules.NativeLibraryResourceLoader
 
getLocation() - Method in interface org.jboss.modules.ResourceLoader
Get the base location of the resources in this loader (if any).
getLogger(String, Module) - Method in class org.jboss.modules.ModuleLoggerFinder
 
getMainClass() - Method in class org.jboss.modules.ConcreteModuleSpec
 
getMainClass() - Method in class org.jboss.modules.management.ModuleInfo
Get the main class name.
getMetaInfFilter() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which matches the path "META-INF".
getMetaInfServicesFilter() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which matches the path "META-INF/services".
getMetaInfSubdirectoriesFilter() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which matches any subdirectory of the path "META-INF".
getMetaInfSubdirectoriesWithoutMetaInfFilter() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which matches all of META-INF's subdirectories, but not META-INF itself.
getModule() - Method in class org.jboss.modules.ModuleClassLoader
Get the module for this class loader.
getModule(String) - Method in class org.jboss.modules.Module
Get the module with the given identifier from the module loader used by this module.
getModule(ModuleIdentifier) - Method in class org.jboss.modules.Module
Deprecated.
getModuleDescription(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the complete description of this module.
getModuleDescription(Module) - Method in class org.jboss.modules.ModuleLoader
Get a string representation of the given module, used in debug output and stack traces.
getModuleFromCallerModuleLoader(String) - Static method in class org.jboss.modules.Module
Get a module from the current module loader.
getModuleFromCallerModuleLoader(ModuleIdentifier) - Static method in class org.jboss.modules.Module
getModuleIdentifier() - Method in class org.jboss.modules.ModuleSpec
Deprecated.
getModuleLoader() - Method in class org.jboss.modules.management.DependencyInfo
Get the module loader MXBean of this dependency.
getModuleLoader() - Method in class org.jboss.modules.management.ModuleInfo
Get the associated module loader MXBean.
getModuleLoader() - Method in class org.jboss.modules.Module
Get the module loader which created this module.
getModuleLoader() - Method in class org.jboss.modules.ModuleDependencySpec
Get the module loader of this dependency, or null if the defined module's loader is to be used.
getModuleLoader() - Method in class org.jboss.modules.ModuleDependencySpecBuilder
Get the module loader of the dependency.
getModuleLogger() - Static method in class org.jboss.modules.Module
Get the logger used by the module system.
getModuleName() - Method in class org.jboss.modules.management.DependencyInfo
Get the module name, as a string.
getModulePathsInfo(String, boolean) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get a paths map for a given module.
getName() - Method in class org.jboss.modules.management.ModuleInfo
Get the name of the corresponding module.
getName() - Method in class org.jboss.modules.Module
Get this module's name.
getName() - Method in class org.jboss.modules.ModuleClassLoader
Get the name of this module.
getName() - Method in class org.jboss.modules.ModuleDependencySpec
Get the module name of the dependency.
getName() - Method in class org.jboss.modules.ModuleDependencySpecBuilder
Get the module name.
getName() - Method in class org.jboss.modules.ModuleIdentifier
Deprecated.
Get the module name.
getName() - Method in interface org.jboss.modules.ModuleSpec.AliasBuilder
Get the name of the module being defined by this builder.
getName() - Method in interface org.jboss.modules.ModuleSpec.Builder
Get the name of the module being defined by this builder.
getName() - Method in class org.jboss.modules.ModuleSpec
Get the module name for the module which is specified by this object.
getName() - Method in class org.jboss.modules.NamedClassLoader
Get the name of this class loader.
getName() - Method in interface org.jboss.modules.Resource
Get the relative resource name.
getName() - Method in class org.jboss.modules.xml.MXParser
 
getName() - Method in interface org.jboss.modules.xml.XmlPullParser
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled.
getNamespace() - Method in class org.jboss.modules.xml.MXParser
 
getNamespace() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the namespace URI of the current element.
getNamespace(String) - Method in class org.jboss.modules.xml.MXParser
 
getNamespace(String) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the URI corresponding to the given prefix, depending on current state of the parser.
getNamespaceCount(int) - Method in class org.jboss.modules.xml.MXParser
 
getNamespaceCount(int) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the numbers of elements in the namespace stack for the given depth.
getNamespacePrefix(int) - Method in class org.jboss.modules.xml.MXParser
 
getNamespacePrefix(int) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the namespace prefixe for the given position in the namespace stack.
getNamespaceUri(int) - Method in class org.jboss.modules.xml.MXParser
 
getNamespaceUri(int) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the namespace URI for the given position in the namespace stack If the position is out of range, an exception is thrown.
getNullReference() - Static method in class org.jboss.modules.ref.References
Get a null reference.
getNumberPartAsBigInteger() - Method in class org.jboss.modules.Version.Iterator
Get the current numeric part, as a BigInteger.
getNumberPartAsInt() - Method in class org.jboss.modules.Version.Iterator
Get the current numeric part, as an int.
getNumberPartAsLong() - Method in class org.jboss.modules.Version.Iterator
Get the current numeric part, as a long.
getNumberPartAsString() - Method in class org.jboss.modules.Version.Iterator
Get the current numeric part, as a String.
getPackage(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Load a package which is visible to this class loader.
getPackageByName(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Perform the actual work to load a package which is visible to this class loader.
getPackageByName(String) - Method in class org.jboss.modules.ModuleClassLoader
Perform the actual work to load a package which is visible to this class loader.
getPackages() - Method in class org.jboss.modules.ConcurrentClassLoader
Get all defined packages which are visible to this class loader.
getPackages() - Method in class org.jboss.modules.ModuleClassLoader
Get all defined packages which are visible to this class loader.
getPackageSpec(String) - Method in class org.jboss.modules.AbstractResourceLoader
 
getPackageSpec(String) - Method in interface org.jboss.modules.ResourceLoader
Get the package specification for the given directory name.
getPackageSpec(String, Manifest, URL) - Static method in class org.jboss.modules.AbstractResourceLoader
Convenience method to get a package specification from a Manifest.
getPaths() - Method in class org.jboss.modules.AbstractResourceLoader
 
getPaths() - Method in class org.jboss.modules.management.ResourceLoaderInfo
Get the paths list.
getPaths() - Method in interface org.jboss.modules.ResourceLoader
Get the collection of resource paths.
getPathSet(ClassLoader) - Static method in class org.jboss.modules.PathUtils
Attempt to get a set of all paths defined directly by the given class loader.
getPermissionCollection() - Method in class org.jboss.modules.Module
Get the module's configured permission collection.
getPlatformIdentifier() - Static method in class org.jboss.modules.Module
Get the platform identifier.
getPositionDescription() - Method in class org.jboss.modules.xml.MXParser
Return string describing current position of parsers as text 'STATE [seen %s...] @line:column'.
getPositionDescription() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns a short text describing the current parser state, including the position, a description of the current event and the data source if known.
getPrefix() - Method in class org.jboss.modules.xml.MXParser
 
getPrefix() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the prefix of the current element.
getPrivateAccess() - Static method in class org.jboss.modules.Module
Private access for module internal code.
getProperty(String) - Method in class __redirected.__SchemaFactory
 
getProperty(String) - Method in class __redirected.__XMLInputFactory
 
getProperty(String) - Method in class __redirected.__XMLOutputFactory
 
getProperty(String) - Method in class __redirected.__XMLReaderFactory
 
getProperty(String) - Method in class org.jboss.modules.Module
Get the property with the given name, or null if none was defined.
getProperty(String) - Method in class org.jboss.modules.xml.MXParser
 
getProperty(String) - Method in interface org.jboss.modules.xml.XmlPullParser
Look up the value of a property.
getProperty(String, String) - Method in class org.jboss.modules.Module
Get the property with the given name, or a default value if none was defined.
getPropertyNames() - Method in class org.jboss.modules.Module
Get a copy of the list of property names.
getRaceCount() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the number of times a class was defined by two threads at once.
getReaper() - Method in class org.jboss.modules.ref.PhantomReference
 
getReaper() - Method in class org.jboss.modules.ref.SoftReference
 
getReaper() - Method in class org.jboss.modules.ref.WeakReference
 
getResource(String) - Method in class org.jboss.modules.AbstractResourceLoader
 
getResource(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Finds the resource with the given name.
getResource(String) - Method in interface org.jboss.modules.ResourceLoader
Get a resource with the given name.
getResourceAsStream(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Returns an input stream for reading the specified resource.
getResourceExportFilter() - Method in class org.jboss.modules.DependencySpec
Get the dependency resource export filter.
getResourceExportFilter() - Method in class org.jboss.modules.DependencySpecBuilder
Get the resource export filter to use.
getResourceImportFilter() - Method in class org.jboss.modules.DependencySpec
Get the dependency resource import filter.
getResourceImportFilter() - Method in class org.jboss.modules.DependencySpecBuilder
Get the resource import filter to use.
getResourceLoaders() - Method in class org.jboss.modules.management.ModuleInfo
Get the resource loader information list.
getResourceLoaders(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the resource loaders of the named module.
getResourceResolver() - Method in class __redirected.__SchemaFactory
 
getResources(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Finds all available resources with the given name.
getRoot() - Method in class org.jboss.modules.NativeLibraryResourceLoader
Get the filesystem root of the resource loader.
getRootName() - Method in class org.jboss.modules.AbstractResourceLoader
 
getRootName() - Method in interface org.jboss.modules.ResourceLoader
Deprecated.
getScanCount() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Get the number of times that dependencies of a module from this loader have been scanned.
getSchema() - Method in class __redirected.__DocumentBuilderFactory
 
getSchema() - Method in class __redirected.__SAXParserFactory
 
getSealBase() - Method in class org.jboss.modules.PackageSpec
Get the URL against which this package is sealed.
getSeparatorCodePoint() - Method in class org.jboss.modules.Version.Iterator
Get the code point of the current separator.
getSize() - Method in interface org.jboss.modules.Resource
Get the size of the resource, if known.
getSlot() - Method in class org.jboss.modules.ModuleIdentifier
Deprecated.
Get the module version slot.
getSpecTitle() - Method in class org.jboss.modules.PackageSpec
Get the package specification title.
getSpecVendor() - Method in class org.jboss.modules.PackageSpec
Set the package specification vendor.
getSpecVersion() - Method in class org.jboss.modules.PackageSpec
Get the package specification version.
getStartTime() - Static method in class org.jboss.modules.Module
Return the start time in millis when Module.class was loaded.
getSystemModuleLoader() - Static method in class org.jboss.modules.Module
Get the system module loader.
getText() - Method in class org.jboss.modules.xml.MXParser
 
getText() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the text content of the current event as String.
getTextCharacters(int[]) - Method in class org.jboss.modules.xml.MXParser
 
getTextCharacters(int[]) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant for the current event.
getType() - Method in class org.jboss.modules.management.ResourceLoaderInfo
Get the type name.
getType() - Method in class org.jboss.modules.ref.PhantomReference
 
getType() - Method in interface org.jboss.modules.ref.Reference
Get the type of the reference.
getType() - Method in class org.jboss.modules.ref.SoftReference
 
getType() - Method in class org.jboss.modules.ref.StrongReference
 
getType() - Method in class org.jboss.modules.ref.WeakReference
 
getURIResolver() - Method in class __redirected.__TransformerFactory
 
getURL() - Method in interface org.jboss.modules.Resource
Get the complete URL of this resource.
getValue() - Method in class org.jboss.modules.management.ObjectProperties.Property
 
getVersion() - Method in class org.jboss.modules.ConcreteModuleSpec
 
getVersion() - Method in class org.jboss.modules.maven.ArtifactCoordinates
Get the version.
getVersion() - Method in class org.jboss.modules.Module
Get the module version.
getVersion() - Method in interface org.jboss.modules.ModuleSpec.Builder
Get the version for this module specification, or null if none was set.
getVersionString() - Static method in class org.jboss.modules.Main
Get the version string of JBoss Modules.
getXMLReporter() - Method in class __redirected.__XMLInputFactory
 
getXMLResolver() - Method in class __redirected.__XMLInputFactory
 
globResources(String) - Method in class org.jboss.modules.Module
Enumerate all imported resources in this module which match the given glob expression.
greeting() - Method in class org.jboss.modules.log.JDKModuleLogger
greeting() - Method in interface org.jboss.modules.log.ModuleLogger
 
greeting() - Method in class org.jboss.modules.log.NoopModuleLogger
 
greeting() - Method in class org.jboss.modules.log.StreamModuleLogger

H

hashCode() - Method in interface org.jboss.modules.filter.PathFilter
Calculate a unique hash code for this path filter.
hashCode() - Method in class org.jboss.modules.maven.ArtifactCoordinates
Get the hash code.
hashCode() - Method in class org.jboss.modules.ModuleClassLoader
hashCode() - Method in class org.jboss.modules.ModuleIdentifier
Deprecated.
Determine the hash code of this module identifier.
hashCode() - Method in class org.jboss.modules.Version
Computes a hash code for this module version.
hasNext() - Method in class org.jboss.modules.Version.Iterator
Determine whether another token exists in this version.

I

IDENTITY - Static variable in interface org.jboss.modules.ClassTransformer
The identity transformation, which does not modify the class bytes at all.
IGNORABLE_WHITESPACE - Static variable in interface org.jboss.modules.xml.XmlPullParser
Ignorable whitespace was just read.
ImmediatePermissionFactory - Class in org.jboss.modules.security
A permission factory which simply holds a permission object.
ImmediatePermissionFactory(Permission) - Constructor for class org.jboss.modules.security.ImmediatePermissionFactory
Construct a new instance.
implies(Permission) - Method in class org.jboss.modules.security.FactoryPermissionCollection
 
implies(Permission) - Method in class org.jboss.modules.security.ModularProtectionDomain
Determine if the permission collection of this protection domain implies the given permission.
in(Collection<String>) - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which returns true if the tested path is contained within the given collection.
in(Set<String>) - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which returns true if the tested path is contained within the given set.
INHERIT - org.jboss.modules.AssertionSetting
 
init() - Static method in class __redirected.__DatatypeFactory
Deprecated.
init() - Static method in class __redirected.__DocumentBuilderFactory
Deprecated.
init() - Static method in class __redirected.__SAXParserFactory
Deprecated.
init() - Static method in class __redirected.__SchemaFactory
Deprecated.
init() - Static method in class __redirected.__TransformerFactory
Deprecated.
init() - Static method in class __redirected.__XMLEventFactory
Deprecated.
init() - Static method in class __redirected.__XMLInputFactory
Deprecated.
init() - Static method in class __redirected.__XMLOutputFactory
Deprecated.
init() - Static method in class __redirected.__XMLReaderFactory
Deprecated.
init() - Static method in class __redirected.__XPathFactory
Deprecated.
inputEncoding - Variable in class org.jboss.modules.xml.MXParser
 
inputStream - Variable in class org.jboss.modules.xml.MXParser
 
installMBeanServer() - Static method in class org.jboss.modules.ModuleLoader
Install JBoss Modules MBeans.
is(String) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which matches an exact path name.
isAlphaPart() - Method in class org.jboss.modules.Version.Iterator
Determine if the current token is an alphabetical part.
isAttributeDefault(int) - Method in class org.jboss.modules.xml.MXParser
 
isAttributeDefault(int) - Method in interface org.jboss.modules.xml.XmlPullParser
Returns if the specified attribute was not in input was declared in XML.
isChild(String, String) - Static method in class org.jboss.modules.PathUtils
Determine whether one path is a child of another.
isChildOf(String) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which matches any path which is a child of the given path name (not including the path name itself).
isCoalescing() - Method in class __redirected.__DocumentBuilderFactory
 
isDirectChild(String, String) - Static method in class org.jboss.modules.PathUtils
Determine whether one path is a direct (or immediate) child of another.
isEmpty() - Method in class org.jboss.modules.filter.MultiplePathFilterBuilder
Determine if this filter builder is empty (i.e.
isEmpty() - Method in class org.jboss.modules.management.ObjectProperties
 
isEmptyElementTag() - Method in class org.jboss.modules.xml.MXParser
 
isEmptyElementTag() - Method in interface org.jboss.modules.xml.XmlPullParser
Returns true if the current event is START_TAG and the tag is degenerated (e.g.
isEmptySeparator() - Method in class org.jboss.modules.Version.Iterator
Determine if the current token is an empty (or zero-length alphabetical-to-numeric or numeric-to-alphabetical) separator.
isExpandEntityReferences() - Method in class __redirected.__DocumentBuilderFactory
 
isIgnoringComments() - Method in class __redirected.__DocumentBuilderFactory
 
isIgnoringElementContentWhitespace() - Method in class __redirected.__DocumentBuilderFactory
 
isNameChar(char) - Method in class org.jboss.modules.xml.MXParser
 
isNamespaceAware() - Method in class __redirected.__DocumentBuilderFactory
 
isNamespaceAware() - Method in class __redirected.__SAXParserFactory
 
isNameStartChar(char) - Method in class org.jboss.modules.xml.MXParser
 
isNonEmptySeparator() - Method in class org.jboss.modules.Version.Iterator
Determine if the current token is a non-empty separator.
isNumberPart() - Method in class org.jboss.modules.Version.Iterator
Determine if the current token is a numeric part.
isObjectModelSupported(String) - Method in class __redirected.__XPathFactory
 
isOptional() - Method in class org.jboss.modules.management.DependencyInfo
Determine whether this is an optional dependency.
isOptional() - Method in class org.jboss.modules.ModuleDependencySpec
Determine whether this dependency is optional.
isOptional() - Method in class org.jboss.modules.ModuleDependencySpecBuilder
Determine whether this dependency will be optional.
isOrIsChildOf(String) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which matches any path which is equal to, or a child of, the given path name.
isPart() - Method in class org.jboss.modules.Version.Iterator
Determine if the current token is some kind of part (alphabetical or numeric).
isPropertySupported(String) - Method in class __redirected.__XMLInputFactory
 
isPropertySupported(String) - Method in class __redirected.__XMLOutputFactory
 
isRelative(String) - Static method in class org.jboss.modules.PathUtils
Determine whether a path name is relative.
isS(char) - Method in class org.jboss.modules.xml.MXParser
 
isSchemaLanguageSupported(String) - Method in class __redirected.__SchemaFactory
 
isSeparator() - Method in class org.jboss.modules.Version.Iterator
Determine if the current token is some kind of separator (a character or a zero-length alphabetical-to-numeric or numeric-to-alphabetical transition).
isSeparator(char) - Static method in class org.jboss.modules.PathUtils
Determine whether the given character is a / or a platform-specific separator.
isValidating() - Method in class __redirected.__DocumentBuilderFactory
 
isValidating() - Method in class __redirected.__SAXParserFactory
 
isWhitespace() - Method in class org.jboss.modules.xml.MXParser
 
isWhitespace() - Method in interface org.jboss.modules.xml.XmlPullParser
Checks whether the current TEXT event contains only whitespace characters.
isXIncludeAware() - Method in class __redirected.__DocumentBuilderFactory
 
isXIncludeAware() - Method in class __redirected.__SAXParserFactory
 
IterableLocalLoader - Interface in org.jboss.modules
A local loader which can enumerate its contents.
IterableModuleFinder - Interface in org.jboss.modules
A module finder which is iterable.
IterableResourceLoader - Interface in org.jboss.modules
A resource loader which has the ability to enumerate its contents.
iterateModules(String, boolean) - Method in interface org.jboss.modules.IterableModuleFinder
iterateModules(String, boolean) - Method in class org.jboss.modules.JDKModuleFinder
 
iterateModules(String, boolean) - Method in class org.jboss.modules.ModuleLoader
Iterate the modules which can be located via this module loader.
iterateModules(String, boolean, ModuleLoader) - Method in interface org.jboss.modules.IterableModuleFinder
 
iterateModules(String, boolean, ModuleLoader) - Method in class org.jboss.modules.LocalModuleFinder
 
iterateModules(ModuleIdentifier, boolean) - Method in interface org.jboss.modules.IterableModuleFinder
iterateModules(ModuleIdentifier, boolean) - Method in class org.jboss.modules.ModuleLoader
iterateResources(String, boolean) - Method in interface org.jboss.modules.IterableLocalLoader
Enumerate all the resources under the given path.
iterateResources(String, boolean) - Method in interface org.jboss.modules.IterableResourceLoader
Enumerate all the resources under the given path.
iterateResources(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
Iterate the resources within this module class loader.
iterateResources(PathFilter) - Method in class org.jboss.modules.Module
Enumerate all the imported resources in this module, subject to a path filter.
iterator() - Method in class org.jboss.modules.Version
Construct a new iterator over the parts of this version string.

J

JarModuleFinder - Class in org.jboss.modules
Deprecated.
FileSystemClassPathModuleFinder and/or ResourceLoaderModuleFinder should be used instead for more complete functionality.
JarModuleFinder(String, JarFile) - Constructor for class org.jboss.modules.JarModuleFinder
Deprecated.
Construct a new instance.
JarModuleFinder(ModuleIdentifier, JarFile) - Constructor for class org.jboss.modules.JarModuleFinder
Deprecated.
Construct a new instance.
JAVA_BASE - Static variable in class org.jboss.modules.ModuleDependencySpec
A simple dependency on the java.base module.
JAVA_SE - Static variable in class org.jboss.modules.ModuleDependencySpec
A simple dependency on the java.se module.
JavaSeDeps - Exception in org.jboss.modules
 
jaxpClassLoaded(Class<?>, Module) - Method in class org.jboss.modules.log.JDKModuleLogger
 
jaxpClassLoaded(Class<?>, Module) - Method in interface org.jboss.modules.log.ModuleLogger
 
jaxpClassLoaded(Class<?>, Module) - Method in class org.jboss.modules.log.NoopModuleLogger
 
jaxpClassLoaded(Class<?>, Module) - Method in class org.jboss.modules.log.StreamModuleLogger
 
jaxpResourceLoaded(URL, Module) - Method in class org.jboss.modules.log.JDKModuleLogger
 
jaxpResourceLoaded(URL, Module) - Method in interface org.jboss.modules.log.ModuleLogger
 
jaxpResourceLoaded(URL, Module) - Method in class org.jboss.modules.log.NoopModuleLogger
 
jaxpResourceLoaded(URL, Module) - Method in class org.jboss.modules.log.StreamModuleLogger
 
JDKModuleFinder - Class in org.jboss.modules
 
JDKModuleLogger - Class in org.jboss.modules.log
A ModuleLogger which logs to a JDK logging category.
JDKModuleLogger() - Constructor for class org.jboss.modules.log.JDKModuleLogger
Construct a new instance using the category org.jboss.modules.
JDKModuleLogger(String) - Constructor for class org.jboss.modules.log.JDKModuleLogger
Construct a new instance.
JDKModuleLogger(Logger, Logger) - Constructor for class org.jboss.modules.log.JDKModuleLogger
Deprecated.
JDKSpecific - Exception in __redirected
 
JDKSpecific - Exception in org.jboss.modules.maven
JDK-specific classes which are replaced for different JDK major versions.
JDKSpecific - Exception in org.jboss.modules.xml
JDK-specific classes which are replaced for different JDK major versions.
JLIClassTransformer - Class in org.jboss.modules
A wrapper around a ClassFileTransformer.
JLIClassTransformer(ClassFileTransformer) - Constructor for class org.jboss.modules.JLIClassTransformer
Construct a new instance.
joinPC() - Method in class org.jboss.modules.xml.MXParser
 

K

keys() - Method in class org.jboss.modules.management.ObjectProperties
 
keySet() - Method in class org.jboss.modules.management.ObjectProperties
 

L

length() - Method in class org.jboss.modules.Version.Iterator
Get the length of the current token.
lineNumber - Variable in class org.jboss.modules.xml.MXParser
 
loadClass(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Loads the class with the specified binary name.
loadClass(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Loads the class with the specified binary name.
loadClassFromBootModuleLoader(String, String) - Static method in class org.jboss.modules.Module
Load a class from a module in the system module loader.
loadClassFromBootModuleLoader(ModuleIdentifier, String) - Static method in class org.jboss.modules.Module
loadClassFromCallerModuleLoader(String, String) - Static method in class org.jboss.modules.Module
Load a class from a module in the caller's module loader.
loadClassFromCallerModuleLoader(ModuleIdentifier, String) - Static method in class org.jboss.modules.Module
loadClassLocal(String) - Method in class org.jboss.modules.ModuleClassLoader
Load a class from this class loader.
loadClassLocal(String, boolean) - Method in class org.jboss.modules.AbstractLocalLoader
Load a class which is locally defined by this loader.
loadClassLocal(String, boolean) - Method in interface org.jboss.modules.LocalLoader
Load a class which is locally defined by this loader.
loadClassLocal(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
Load a local class from this class loader.
LoadedPermissionFactory - Class in org.jboss.modules.security
A permission factory which instantiates a permission with the given class name.
LoadedPermissionFactory(ClassLoader, String, String, String) - Constructor for class org.jboss.modules.security.LoadedPermissionFactory
Construct a new instance.
loadExportedClass(String) - Method in class org.jboss.modules.ConcurrentClassLoader
Same as ConcurrentClassLoader.loadClass(String), except only exported classes will be considered.
loadExportedClass(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
Same as ConcurrentClassLoader.loadClass(String,boolean), except only exported classes will be considered.
loadModule(String) - Method in class org.jboss.modules.ModuleLoader
Load a module based on an identifier.
loadModule(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Deprecated.
loadModuleLocal(String) - Method in class org.jboss.modules.ModuleLoader
Try to load a module from this module loader.
loadModuleLocal(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Deprecated.
loadPackageLocal(String) - Method in class org.jboss.modules.AbstractLocalLoader
Load a package which is locally defined by this loader.
loadPackageLocal(String) - Method in interface org.jboss.modules.LocalLoader
Load a package which is locally defined by this loader.
loadResourceLocal(String) - Method in class org.jboss.modules.AbstractLocalLoader
Load a resource which is locally defined by this loader.
loadResourceLocal(String) - Method in interface org.jboss.modules.LocalLoader
Load a resource which is locally defined by this loader.
loadResourceLocal(String) - Method in class org.jboss.modules.ModuleClassLoader
Load a local exported resource from this class loader.
loadService(Class<S>) - Method in class org.jboss.modules.Module
Load a service loader from this module.
loadServiceDirectly(Class<S>) - Method in class org.jboss.modules.Module
Load a service loader from this module, without looking at dependencies.
loadServiceFromCallerModuleLoader(String, Class<S>) - Static method in class org.jboss.modules.Module
Load a service loader from a module in the caller's module loader.
loadServiceFromCallerModuleLoader(ModuleIdentifier, Class<S>) - Static method in class org.jboss.modules.Module
LocalDependencySpecBuilder - Class in org.jboss.modules
A local dependency specification builder, which includes a module's own content or some other, external content.
LocalDependencySpecBuilder() - Constructor for class org.jboss.modules.LocalDependencySpecBuilder
Construct a new instance.
LocalLoader - Interface in org.jboss.modules
A loader which implements the local part of a module.
LocalLoaders - Class in org.jboss.modules
Static factory methods for various types of local loaders.
LocalModuleFinder - Class in org.jboss.modules
A module finder which locates module specifications which are stored in a local module repository on the filesystem, which uses module.xml descriptors.
LocalModuleFinder() - Constructor for class org.jboss.modules.LocalModuleFinder
Construct a new instance, using the module.path system property or the JAVA_MODULEPATH environment variable to get the list of module repository roots.
LocalModuleFinder(boolean) - Constructor for class org.jboss.modules.LocalModuleFinder
Construct a new instance, using the module.path system property or the JAVA_MODULEPATH environment variable to get the list of module repository roots.
LocalModuleFinder(File[]) - Constructor for class org.jboss.modules.LocalModuleFinder
Construct a new instance.
LocalModuleFinder(File[], PathFilter) - Constructor for class org.jboss.modules.LocalModuleFinder
Construct a new instance.
LocalModuleLoader - Class in org.jboss.modules
A local filesystem-backed module loader.
LocalModuleLoader() - Constructor for class org.jboss.modules.LocalModuleLoader
Construct a new instance, using the module.path system property or the JAVA_MODULEPATH environment variable to get the list of module repository roots.
LocalModuleLoader(File[]) - Constructor for class org.jboss.modules.LocalModuleLoader
Construct a new instance.
LocalModuleLoader(File[], PathFilter) - Constructor for class org.jboss.modules.LocalModuleLoader
Construct a new instance.
location - Variable in class org.jboss.modules.xml.MXParser
 
lookuEntityReplacement(int) - Method in class org.jboss.modules.xml.MXParser
 
LOOKUP_MAX - Static variable in class org.jboss.modules.xml.MXParser
 
LOOKUP_MAX_CHAR - Static variable in class org.jboss.modules.xml.MXParser
 
lookupNameChar - Static variable in class org.jboss.modules.xml.MXParser
 
lookupNameStartChar - Static variable in class org.jboss.modules.xml.MXParser
 

M

main(String[]) - Static method in class org.jboss.modules.Main
Run JBoss Modules.
Main - Class in org.jboss.modules
The main entry point of JBoss Modules when run as a JAR on the command line.
match(String) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which matches a glob.
MavenArtifactUtil - Class in org.jboss.modules.maven
Helper class to resolve a maven artifact.
MavenArtifactUtil() - Constructor for class org.jboss.modules.maven.MavenArtifactUtil
 
MavenResolver - Interface in org.jboss.modules.maven
A resolution strategy for Maven artifacts.
ModularAgent - Class in org.jboss.modules
The modular agent entry point.
ModularAgent() - Constructor for class org.jboss.modules.ModularAgent
 
ModularPermissionFactory - Class in org.jboss.modules.security
A permission factory which instantiates a permission from a module.
ModularPermissionFactory(ModuleLoader, String, String, String, String) - Constructor for class org.jboss.modules.security.ModularPermissionFactory
Construct a new instance.
ModularPermissionFactory(ModuleLoader, ModuleIdentifier, String, String, String) - Constructor for class org.jboss.modules.security.ModularPermissionFactory
ModularProtectionDomain - Class in org.jboss.modules.security
A protection domain which has a (modular) class loader but whose dynamicity is selectable.
ModularProtectionDomain(CodeSource, PermissionCollection, ModuleClassLoader) - Constructor for class org.jboss.modules.security.ModularProtectionDomain
Construct a new, static instance.
ModularProtectionDomain(CodeSource, PermissionCollection, ModuleClassLoader, boolean) - Constructor for class org.jboss.modules.security.ModularProtectionDomain
Construct a new instance.
Module - Class in org.jboss.modules
A module is a unit of classes and other resources, along with the specification of what is imported and exported by this module from and to other modules.
ModuleClassLoader - Class in org.jboss.modules
A module classloader.
ModuleClassLoader(ModuleClassLoader.Configuration) - Constructor for class org.jboss.modules.ModuleClassLoader
Construct a new instance.
ModuleClassLoader.Configuration - Class in org.jboss.modules
An opaque configuration used internally to create a module class loader.
ModuleClassLoaderFactory - Interface in org.jboss.modules
A producer for Module class loaders.
moduleDefined(String, ModuleLoader) - Method in class org.jboss.modules.log.JDKModuleLogger
moduleDefined(String, ModuleLoader) - Method in interface org.jboss.modules.log.ModuleLogger
 
moduleDefined(String, ModuleLoader) - Method in class org.jboss.modules.log.NoopModuleLogger
 
moduleDefined(String, ModuleLoader) - Method in class org.jboss.modules.log.StreamModuleLogger
moduleDefined(ModuleIdentifier, ModuleLoader) - Method in interface org.jboss.modules.log.ModuleLogger
 
ModuleDependencySpec - Class in org.jboss.modules
A dependency specification on a module.
ModuleDependencySpecBuilder - Class in org.jboss.modules
A builder for dependency specifications that refer to other modules.
ModuleDependencySpecBuilder() - Constructor for class org.jboss.modules.ModuleDependencySpecBuilder
Construct a new instance.
ModuleFinder - Interface in org.jboss.modules
A locator for module definitions.
ModuleIdentifier - Class in org.jboss.modules
Deprecated.
This class has been deprecated in favor of name strings; however, programs using identifiers will continue to function correctly.
ModuleInfo - Class in org.jboss.modules.management
Management information about a module instance.
ModuleInfo(String, ModuleLoaderMXBean, List<DependencyInfo>, List<ResourceLoaderInfo>, String, String, String) - Constructor for class org.jboss.modules.management.ModuleInfo
Construct a new instance.
ModuleLoader - Class in org.jboss.modules
A repository for modules, from which a module may be loaded by identifier.
ModuleLoader() - Constructor for class org.jboss.modules.ModuleLoader
Construct a new instance.
ModuleLoader(ModuleFinder) - Constructor for class org.jboss.modules.ModuleLoader
Construct a new instance.
ModuleLoader(ModuleFinder[]) - Constructor for class org.jboss.modules.ModuleLoader
Construct a new instance.
ModuleLoaderMXBean - Interface in org.jboss.modules.management
An MXBean for getting runtime information about a module loader.
ModuleLoadError - Error in org.jboss.modules
Module load error, thrown when there is some problem loading a module during runtime.
ModuleLoadError() - Constructor for error org.jboss.modules.ModuleLoadError
Constructs a ModuleLoadException with no detail message.
ModuleLoadError(String) - Constructor for error org.jboss.modules.ModuleLoadError
Constructs a ModuleLoadException with the specified detail message.
ModuleLoadError(String, Throwable) - Constructor for error org.jboss.modules.ModuleLoadError
Constructs a ModuleLoadException with the specified detail message and cause.
ModuleLoadError(Throwable) - Constructor for error org.jboss.modules.ModuleLoadError
Constructs a ModuleLoadException with the specified cause.
ModuleLoadException - Exception in org.jboss.modules
Module load exception, thrown when there is some problem loading a module.
ModuleLoadException() - Constructor for exception org.jboss.modules.ModuleLoadException
Constructs a ModuleLoadException with no detail message.
ModuleLoadException(String) - Constructor for exception org.jboss.modules.ModuleLoadException
Constructs a ModuleLoadException with the specified detail message.
ModuleLoadException(String, Throwable) - Constructor for exception org.jboss.modules.ModuleLoadException
Constructs a ModuleLoadException with the specified detail message and cause.
ModuleLoadException(Throwable) - Constructor for exception org.jboss.modules.ModuleLoadException
Constructs a ModuleLoadException with the specified cause.
ModuleLogger - Interface in org.jboss.modules.log
A simple Logger abstraction.
ModuleLoggerFinder - Class in org.jboss.modules
A logger finder which attempts to locate a System.LoggerFinder on the log managers class path.
ModuleLoggerFinder() - Constructor for class org.jboss.modules.ModuleLoggerFinder
 
ModuleNotFoundException - Exception in org.jboss.modules
Module not found exceptions are thrown when no module loaders can locate a module which fulfills a given module identifier.
ModuleNotFoundException() - Constructor for exception org.jboss.modules.ModuleNotFoundException
Constructs a ModuleNotFoundException with no detail message.
ModuleNotFoundException(String) - Constructor for exception org.jboss.modules.ModuleNotFoundException
Constructs a ModuleNotFoundException with the specified detail message.
ModuleNotFoundException(String, Throwable) - Constructor for exception org.jboss.modules.ModuleNotFoundException
Constructs a ModuleNotFoundException with the specified detail message and cause.
ModuleNotFoundException(Throwable) - Constructor for exception org.jboss.modules.ModuleNotFoundException
Constructs a ModuleNotFoundException with the specified cause.
ModuleSpec - Class in org.jboss.modules
A Module specification which is used by a ModuleLoader to define new modules.
ModuleSpec.AliasBuilder - Interface in org.jboss.modules
A builder for new alias module specifications.
ModuleSpec.Builder - Interface in org.jboss.modules
A builder for new concrete module specifications.
ModuleXmlParser - Class in org.jboss.modules.xml
A fast, validating module.xml parser.
ModuleXmlParser.ResourceRootFactory - Interface in org.jboss.modules.xml
A factory for resource roots, based on a root path, loader path, and loader name.
more() - Method in class org.jboss.modules.xml.MXParser
 
multiplePathFilterBuilder(boolean) - Static method in class org.jboss.modules.filter.PathFilters
Get a builder for a multiple-path filter.
MultiplePathFilterBuilder - Class in org.jboss.modules.filter
A builder for a multiple-path filter.
MXParser - Class in org.jboss.modules.xml
Absolutely minimal implementation of XMLPULL V1 API
MXParser() - Constructor for class org.jboss.modules.xml.MXParser
 

N

NamedClassLoader - Class in org.jboss.modules
A class loader that may be named.
NamedClassLoader(ClassLoader, String) - Constructor for class org.jboss.modules.NamedClassLoader
Construct a new instance.
NamedClassLoader(String) - Constructor for class org.jboss.modules.NamedClassLoader
Construct a new instance.
namespaceEnd - Variable in class org.jboss.modules.xml.MXParser
 
namespacePrefix - Variable in class org.jboss.modules.xml.MXParser
 
namespacePrefixHash - Variable in class org.jboss.modules.xml.MXParser
 
namespaceUri - Variable in class org.jboss.modules.xml.MXParser
 
NativeLibraryResourceLoader - Class in org.jboss.modules
A base class for resource loaders which can load native libraries.
NativeLibraryResourceLoader(File) - Constructor for class org.jboss.modules.NativeLibraryResourceLoader
Construct a new instance.
NCODING - Static variable in class org.jboss.modules.xml.MXParser
 
newDocumentBuilder() - Method in class __redirected.__DocumentBuilderFactory
 
newDuration(boolean, int, int, int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newDuration(boolean, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigDecimal) - Method in class __redirected.__DatatypeFactory
 
newDuration(long) - Method in class __redirected.__DatatypeFactory
 
newDuration(String) - Method in class __redirected.__DatatypeFactory
 
newDurationDayTime(boolean, int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newDurationDayTime(boolean, BigInteger, BigInteger, BigInteger, BigInteger) - Method in class __redirected.__DatatypeFactory
 
newDurationDayTime(long) - Method in class __redirected.__DatatypeFactory
 
newDurationDayTime(String) - Method in class __redirected.__DatatypeFactory
 
newDurationYearMonth(boolean, int, int) - Method in class __redirected.__DatatypeFactory
 
newDurationYearMonth(boolean, BigInteger, BigInteger) - Method in class __redirected.__DatatypeFactory
 
newDurationYearMonth(long) - Method in class __redirected.__DatatypeFactory
 
newDurationYearMonth(String) - Method in class __redirected.__DatatypeFactory
 
newSAXParser() - Method in class __redirected.__SAXParserFactory
 
newSchema() - Method in class __redirected.__SchemaFactory
 
newSchema(File) - Method in class __redirected.__SchemaFactory
 
newSchema(URL) - Method in class __redirected.__SchemaFactory
 
newSchema(Source) - Method in class __redirected.__SchemaFactory
 
newSchema(Source[]) - Method in class __redirected.__SchemaFactory
 
newString(char[], int, int) - Method in class org.jboss.modules.xml.MXParser
 
newStringIntern(char[], int, int) - Method in class org.jboss.modules.xml.MXParser
 
newTemplates(Source) - Method in class __redirected.__TransformerFactory
 
newTemplatesHandler() - Method in class __redirected.__TransformerFactory
 
newTransformer() - Method in class __redirected.__TransformerFactory
 
newTransformer(Source) - Method in class __redirected.__TransformerFactory
 
newTransformerHandler() - Method in class __redirected.__TransformerFactory
 
newTransformerHandler(Source) - Method in class __redirected.__TransformerFactory
 
newTransformerHandler(Templates) - Method in class __redirected.__TransformerFactory
 
newXMLFilter(Source) - Method in class __redirected.__TransformerFactory
 
newXMLFilter(Templates) - Method in class __redirected.__TransformerFactory
 
newXMLGregorianCalendar() - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendar(int, int, int, int, int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendar(String) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendar(BigInteger, int, int, int, int, int, BigDecimal, int) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendar(GregorianCalendar) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendarDate(int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendarTime(int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendarTime(int, int, int, int, int) - Method in class __redirected.__DatatypeFactory
 
newXMLGregorianCalendarTime(int, int, int, BigDecimal, int) - Method in class __redirected.__DatatypeFactory
 
newXPath() - Method in class __redirected.__XPathFactory
 
next() - Method in class org.jboss.modules.Version.Iterator
Move to the next token.
next() - Method in class org.jboss.modules.xml.MXParser
 
next() - Method in interface org.jboss.modules.xml.XmlPullParser
Get next parsing event - element content wil be coalesced and only one TEXT event must be returned for whole element content (comments and processing instructions will be ignored and emtity references must be expanded or exception mus be thrown if entity reerence can not be exapnded).
nextImpl() - Method in class org.jboss.modules.xml.MXParser
 
nextTag() - Method in class org.jboss.modules.xml.MXParser
 
nextTag() - Method in interface org.jboss.modules.xml.XmlPullParser
Call next() and return event if it is START_TAG or END_TAG otherwise throw an exception.
nextText() - Method in class org.jboss.modules.xml.MXParser
 
nextText() - Method in interface org.jboss.modules.xml.XmlPullParser
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is END_TAG then empty string is returned, otherwise exception is thrown.
nextToken() - Method in class org.jboss.modules.xml.MXParser
 
nextToken() - Method in interface org.jboss.modules.xml.XmlPullParser
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
NO - Static variable in class org.jboss.modules.xml.MXParser
 
NO_FINDERS - Static variable in class org.jboss.modules.ModuleLoader
A constant representing zero module finders.
NO_NAMESPACE - Static variable in interface org.jboss.modules.xml.XmlPullParser
This constant represents the default namespace (empty string "")
none(Collection<PathFilter>) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which returns true if none of the given filters return true.
none(PathFilter...) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which returns true if none of the given filters return true.
NoopModuleLogger - Class in org.jboss.modules.log
A ModuleLogger implementation that does not log.
NoopModuleLogger() - Constructor for class org.jboss.modules.log.NoopModuleLogger
 
not(PathFilter) - Static method in class org.jboss.modules.filter.PathFilters
Get a path filter which is true when the given filter is false, and vice-versa.
NULL - org.jboss.modules.ref.Reference.Type
A null reference.

O

ObjectProperties - Class in org.jboss.modules.management
A Hashtable variant which keeps property names in order, for use by MBean ObjectNames.
ObjectProperties() - Constructor for class org.jboss.modules.management.ObjectProperties
 
ObjectProperties(int) - Constructor for class org.jboss.modules.management.ObjectProperties
 
ObjectProperties(int, float) - Constructor for class org.jboss.modules.management.ObjectProperties
 
ObjectProperties(Map<? extends String, ? extends String>) - Constructor for class org.jboss.modules.management.ObjectProperties
 
ObjectProperties(ObjectProperties.Property...) - Constructor for class org.jboss.modules.management.ObjectProperties
 
ObjectProperties.Property - Class in org.jboss.modules.management
A single property in a properties list.
openStream() - Method in interface org.jboss.modules.Resource
Open an input stream to this resource.
org.jboss.modules - package org.jboss.modules
The primary JBoss Modules API.
org.jboss.modules.filter - package org.jboss.modules.filter
Classes related to filtering.
org.jboss.modules.log - package org.jboss.modules.log
The logging interface for JBoss Modules.
org.jboss.modules.management - package org.jboss.modules.management
Management interfaces for utilizing JBoss Modules via an MBean container.
org.jboss.modules.maven - package org.jboss.modules.maven
 
org.jboss.modules.ref - package org.jboss.modules.ref
Classes which implement reference types which can be cleaned up automatically by a background thread.
org.jboss.modules.security - package org.jboss.modules.security
 
org.jboss.modules.xml - package org.jboss.modules.xml
 
OWN_DEPENDENCY - Static variable in class org.jboss.modules.DependencySpec
A constant dependency which always represents a module's own content.

P

PackageSpec - Class in org.jboss.modules
A specification for a package to define.
PackageSpec() - Constructor for class org.jboss.modules.PackageSpec
 
parse(String) - Method in class __redirected.__XMLReaderFactory
 
parse(String) - Static method in class org.jboss.modules.Version
Parses the given string as a version string.
parse(InputSource) - Method in class __redirected.__XMLReaderFactory
 
parseAttribute() - Method in class org.jboss.modules.xml.MXParser
 
parseCDSect(boolean) - Method in class org.jboss.modules.xml.MXParser
 
parseComment() - Method in class org.jboss.modules.xml.MXParser
 
parseDocdecl() - Method in class org.jboss.modules.xml.MXParser
 
parseEndTag() - Method in class org.jboss.modules.xml.MXParser
 
parseEntityRef() - Method in class org.jboss.modules.xml.MXParser
 
parseEpilog() - Method in class org.jboss.modules.xml.MXParser
 
parseModuleXml(ModuleLoader, String, File, File) - Static method in class org.jboss.modules.xml.ModuleXmlParser
Parse a module.xml file.
parseModuleXml(ModuleLoader, ModuleIdentifier, File, File) - Static method in class org.jboss.modules.xml.ModuleXmlParser
parseModuleXml(ModuleXmlParser.ResourceRootFactory, String, InputStream, String, ModuleLoader, String) - Static method in class org.jboss.modules.xml.ModuleXmlParser
Parse a module.xml file.
parseModuleXml(ModuleXmlParser.ResourceRootFactory, String, InputStream, String, ModuleLoader, ModuleIdentifier) - Static method in class org.jboss.modules.xml.ModuleXmlParser
parseModuleXml(ModuleXmlParser.ResourceRootFactory, MavenResolver, String, InputStream, String, ModuleLoader, String) - Static method in class org.jboss.modules.xml.ModuleXmlParser
Parse a module.xml file.
parseModuleXml(ModuleXmlParser.ResourceRootFactory, MavenResolver, String, InputStream, String, ModuleLoader, ModuleIdentifier) - Static method in class org.jboss.modules.xml.ModuleXmlParser
parseModuleXml(ModuleXmlParser.ResourceRootFactory, ModuleLoader, String, File, File) - Static method in class org.jboss.modules.xml.ModuleXmlParser
Parse a module.xml file.
parseModuleXmlFile(String, ModuleLoader, File...) - Static method in class org.jboss.modules.LocalModuleFinder
Parse a module.xml file and return the corresponding module specification.
parseModuleXmlFile(ModuleIdentifier, ModuleLoader, File...) - Static method in class org.jboss.modules.LocalModuleFinder
parsePermissionsXml(InputStream, ModuleLoader, String) - Static method in class org.jboss.modules.xml.PermissionsXmlParser
Parse the permissions.xml stream content.
parsePermissionsXml(XmlPullParser, ModuleLoader, String) - Static method in class org.jboss.modules.xml.PermissionsXmlParser
Parse the permissions.xml content.
parsePI() - Method in class org.jboss.modules.xml.MXParser
 
parseProlog() - Method in class org.jboss.modules.xml.MXParser
 
parseStartTag() - Method in class org.jboss.modules.xml.MXParser
 
parseXmlDecl(char) - Method in class org.jboss.modules.xml.MXParser
 
parseXmlDeclWithVersion(int, int) - Method in class org.jboss.modules.xml.MXParser
 
pastEndTag - Variable in class org.jboss.modules.xml.MXParser
 
PathFilter - Interface in org.jboss.modules.filter
Filter used to determine whether a path should be included or excluded from imports and exports.
PathFilters - Class in org.jboss.modules.filter
Static factory methods for path filter types.
PathUtils - Class in org.jboss.modules
General helpful path utility methods.
pc - Variable in class org.jboss.modules.xml.MXParser
 
pcEnd - Variable in class org.jboss.modules.xml.MXParser
 
pcStart - Variable in class org.jboss.modules.xml.MXParser
 
PermissionFactory - Interface in org.jboss.modules.security
A factory for Permission objects.
PermissionsXmlParser - Class in org.jboss.modules.xml
A simple parser for enterprise-style permissions.xml files.
PermissionsXmlParser() - Constructor for class org.jboss.modules.xml.PermissionsXmlParser
 
PHANTOM - org.jboss.modules.ref.Reference.Type
A phantom reference.
PhantomReference<T,​A> - Class in org.jboss.modules.ref
A reapable phantom reference with an attachment.
PhantomReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.jboss.modules.ref.PhantomReference
 
PhantomReference(T, A, Reaper<T, A>) - Constructor for class org.jboss.modules.ref.PhantomReference
 
pos - Variable in class org.jboss.modules.xml.MXParser
 
posEnd - Variable in class org.jboss.modules.xml.MXParser
 
posStart - Variable in class org.jboss.modules.xml.MXParser
 
postDefine(ClassSpec, Class<?>) - Method in class org.jboss.modules.ModuleClassLoader
A hook which is invoked after a class is defined.
preDefine(ClassSpec, String) - Method in class org.jboss.modules.ModuleClassLoader
A hook which is invoked before a class is defined.
preloadExportedModule(String) - Method in class org.jboss.modules.ModuleLoader
Preload an "exported" module based on an identifier.
preloadExportedModule(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Deprecated.
preloadModule(String) - Method in class org.jboss.modules.ClassifyingModuleLoader
Preload a module based on an identifier.
preloadModule(String) - Method in class org.jboss.modules.DelegatingModuleLoader
Preload the named module.
preloadModule(String) - Method in class org.jboss.modules.ModuleLoader
Preload a module based on an identifier.
preloadModule(String, ModuleLoader) - Static method in class org.jboss.modules.ModuleLoader
Utility method to delegate to another module loader, accessible from subclasses.
preloadModule(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
Deprecated.
preloadModule(ModuleIdentifier, ModuleLoader) - Static method in class org.jboss.modules.ModuleLoader
premain(String, Instrumentation) - Static method in class org.jboss.modules.ModularAgent
 
PreMain - Interface in org.jboss.modules
An initialization task which is run before the application's main method.
preventBufferCompaction - Variable in class org.jboss.modules.xml.MXParser
 
print(PrintWriter, String, File...) - Static method in class org.jboss.modules.DependencyTreeViewer
Print the dependency tree for the given module with the given module root list.
print(PrintWriter, ModuleIdentifier, File...) - Static method in class org.jboss.modules.DependencyTreeViewer
printable(char) - Method in class org.jboss.modules.xml.MXParser
 
printable(String) - Method in class org.jboss.modules.xml.MXParser
 
PROCESSING_INSTRUCTION - Static variable in interface org.jboss.modules.xml.XmlPullParser
An XML processing instruction declaration was just read.
processNamespaces - Variable in class org.jboss.modules.xml.MXParser
 
properties(ObjectProperties.Property...) - Static method in class org.jboss.modules.management.ObjectProperties
 
property(String, String) - Static method in class org.jboss.modules.management.ObjectProperties
 
Property(String, String) - Constructor for class org.jboss.modules.management.ObjectProperties.Property
 
PROPERTY_LOCATION - Static variable in class org.jboss.modules.xml.MXParser
 
PROPERTY_XMLDECL_CONTENT - Static variable in class org.jboss.modules.xml.MXParser
 
PROPERTY_XMLDECL_STANDALONE - Static variable in class org.jboss.modules.xml.MXParser
 
PROPERTY_XMLDECL_VERSION - Static variable in class org.jboss.modules.xml.MXParser
 
providerUnloadable(String, ClassLoader) - Method in class org.jboss.modules.log.JDKModuleLogger
 
providerUnloadable(String, ClassLoader) - Method in interface org.jboss.modules.log.ModuleLogger
 
providerUnloadable(String, ClassLoader) - Method in class org.jboss.modules.log.NoopModuleLogger
 
providerUnloadable(String, ClassLoader) - Method in class org.jboss.modules.log.StreamModuleLogger
 
put(String, String) - Method in class org.jboss.modules.management.ObjectProperties
 
putAll(Map<? extends String, ? extends String>) - Method in class org.jboss.modules.management.ObjectProperties
 

Q

queryLoadedModuleNames() - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Obtain a list of the current module names.

R

reachedEnd - Variable in class org.jboss.modules.xml.MXParser
 
READ_CHUNK_SIZE - Static variable in class org.jboss.modules.xml.MXParser
 
reader - Variable in class org.jboss.modules.xml.MXParser
 
reap(Reference<T, A>) - Method in interface org.jboss.modules.ref.Reaper
Perform the cleanup action for a reference.
Reaper<T,​A> - Interface in org.jboss.modules.ref
A cleaner for a dead object.
Reference<T,​A> - Interface in org.jboss.modules.ref
An enhanced reference type with a type-safe attachment.
Reference.Type - Enum in org.jboss.modules.ref
A reference type.
References - Class in org.jboss.modules.ref
A set of utility methods for reference types.
refreshResourceLoaders(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Attempt to refresh the resource loaders of the given module.
refreshResourceLoaders(Module) - Method in class org.jboss.modules.ModuleLoader
Refreshes the paths provided by resource loaders associated with the specified Module.
registerContentHandlerFactoryModule(Module) - Static method in class org.jboss.modules.Module
Register an additional module which contains content handlers.
registerURLStreamHandlerFactoryModule(Module) - Static method in class org.jboss.modules.Module
Register an additional module which contains URL handlers.
rehash() - Method in class org.jboss.modules.management.ObjectProperties
 
rejectAll() - Static method in class org.jboss.modules.filter.ClassFilters
Get a filter which always returns false.
rejectAll() - Static method in class org.jboss.modules.filter.PathFilters
Get a filter which always returns false.
relativeArtifactPath() - Method in class org.jboss.modules.maven.ArtifactCoordinates
Create a relative repository path for the given artifact coordinates with a '/' separator.
relativeArtifactPath(char) - Method in class org.jboss.modules.maven.ArtifactCoordinates
Create a relative repository path for the given artifact coordinates.
relativize(String) - Static method in class org.jboss.modules.PathUtils
Relativize the given path.
relink(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Attempt to relink the given module.
relink(Module) - Method in class org.jboss.modules.ModuleLoader
Relinks the dependencies associated with the specified Module.
remove(Object) - Method in class org.jboss.modules.management.ObjectProperties
 
require(int, String, String) - Method in class org.jboss.modules.xml.MXParser
 
require(int, String, String) - Method in interface org.jboss.modules.xml.XmlPullParser
Test if the current event is of the given type and if the namespace and name do match.
requireInput(char, char[]) - Method in class org.jboss.modules.xml.MXParser
 
requireNextS() - Method in class org.jboss.modules.xml.MXParser
 
reset() - Method in class org.jboss.modules.xml.MXParser
 
resetStringCache() - Method in class org.jboss.modules.xml.MXParser
 
resolveArtifact(ArtifactCoordinates, String) - Static method in class org.jboss.modules.maven.MavenArtifactUtil
Tries to find a maven jar artifact from the system property "maven.repo.local" This property is a list of platform separated directory names.
resolveArtifact(ArtifactCoordinates, String) - Method in interface org.jboss.modules.maven.MavenResolver
Tries to find a maven jar artifact from the system property "maven.repo.local" This property is a list of platform separated directory names.
resolveJarArtifact(ArtifactCoordinates) - Static method in class org.jboss.modules.maven.MavenArtifactUtil
Try to resolve a Maven JAR artifact.
resolveJarArtifact(ArtifactCoordinates) - Method in interface org.jboss.modules.maven.MavenResolver
Try to resolve a Maven JAR artifact.
Resource - Interface in org.jboss.modules
A single resource from a ResourceLoader.
ResourceLoader - Interface in org.jboss.modules
A loader for resources from a specific resource root within a module.
ResourceLoaderInfo - Class in org.jboss.modules.management
Information about a resource loader.
ResourceLoaderInfo(String, String, List<String>) - Constructor for class org.jboss.modules.management.ResourceLoaderInfo
Construct a new instance.
ResourceLoaderModuleFinder - Class in org.jboss.modules
A module loader which loads modules which are stored inside the modules directory of a single JAR or JAR-like root.
ResourceLoaderModuleFinder(ResourceLoader) - Constructor for class org.jboss.modules.ResourceLoaderModuleFinder
Construct a new instance.
ResourceLoaderModuleFinder(ResourceLoader, String) - Constructor for class org.jboss.modules.ResourceLoaderModuleFinder
Construct a new instance.
ResourceLoaders - Class in org.jboss.modules
Static factory methods for various types of resource loaders.
ResourceLoaderSpec - Class in org.jboss.modules
A specification of a resource loader within a module.
restorePlatformFactory() - Static method in class __redirected.__DatatypeFactory
 
restorePlatformFactory() - Static method in class __redirected.__DocumentBuilderFactory
 
restorePlatformFactory() - Static method in class __redirected.__JAXPRedirected
Restores all JAXP factories to the ones contained in the JDK system classpath.
restorePlatformFactory() - Static method in class __redirected.__SAXParserFactory
 
restorePlatformFactory() - Static method in class __redirected.__SchemaFactory
 
restorePlatformFactory() - Static method in class __redirected.__TransformerFactory
 
restorePlatformFactory() - Static method in class __redirected.__XMLEventFactory
 
restorePlatformFactory() - Static method in class __redirected.__XMLInputFactory
 
restorePlatformFactory() - Static method in class __redirected.__XMLOutputFactory
 
restorePlatformFactory() - Static method in class __redirected.__XMLReaderFactory
 
restorePlatformFactory() - Static method in class __redirected.__XPathFactory
 
roundtripSupported - Variable in class org.jboss.modules.xml.MXParser
 
row - Variable in exception org.jboss.modules.xml.XmlPullParserException
 
run(String[]) - Method in class org.jboss.modules.Module
Run a module's main class, if any.
run(String, String[]) - Method in class org.jboss.modules.Module
Run the given main class in this module.
run(List<String>) - Method in interface org.jboss.modules.PreMain
Run the initialization task.

S

SAX_DRIVER - Static variable in class __redirected.__XMLReaderFactory
 
seenAmpersand - Variable in class org.jboss.modules.xml.MXParser
 
seenDocdecl - Variable in class org.jboss.modules.xml.MXParser
 
seenEndTag - Variable in class org.jboss.modules.xml.MXParser
 
seenMarkup - Variable in class org.jboss.modules.xml.MXParser
 
seenRoot - Variable in class org.jboss.modules.xml.MXParser
 
seenStartTag - Variable in class org.jboss.modules.xml.MXParser
 
setAndRefreshResourceLoaders(Module, Collection<ResourceLoaderSpec>) - Method in class org.jboss.modules.ModuleLoader
Replaces the resources loaders for the specified module and refreshes the internal path list that is derived from the loaders.
setAndRelinkDependencies(Module, List<DependencySpec>) - Method in class org.jboss.modules.ModuleLoader
Replaces the dependencies for the specified module and relinks against the new modules This is an advanced method that should be used carefully, since it alters a live module.
setAssertionSetting(AssertionSetting) - Method in class org.jboss.modules.ClassSpec
Set the class assertion setting.
setAssertionSetting(AssertionSetting) - Method in interface org.jboss.modules.ModuleSpec.Builder
Set the default assertion setting for this module.
setAssertionSetting(AssertionSetting) - Method in class org.jboss.modules.PackageSpec
Set the package assertion setting.
setAssertionSetting$$bridge(AssertionSetting) - Method in class org.jboss.modules.ClassSpec
 
setAssertionSetting$$bridge(AssertionSetting) - Method in class org.jboss.modules.PackageSpec
 
setAttribute(String, Object) - Method in class __redirected.__DocumentBuilderFactory
 
setAttribute(String, Object) - Method in class __redirected.__TransformerFactory
 
setByteBuffer(ByteBuffer) - Method in class org.jboss.modules.ClassSpec
Set the class byte buffer.
setBytes(byte[]) - Method in class org.jboss.modules.ClassSpec
Set the class file bytes.
setBytes$$bridge(byte[]) - Method in class org.jboss.modules.ClassSpec
 
setClassAssertionStatus(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
setClassExportFilter(ClassFilter) - Method in class org.jboss.modules.DependencySpecBuilder
Set the class export filter to use.
setClassExportFilter(ClassFilter) - Method in class org.jboss.modules.LocalDependencySpecBuilder
 
setClassExportFilter(ClassFilter) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
 
setClassFileTransformer(ClassFileTransformer) - Method in interface org.jboss.modules.ModuleSpec.Builder
setClassFileTransformer(ClassTransformer) - Method in interface org.jboss.modules.ModuleSpec.Builder
Set the class file transformer function to use for this module.
setClassImportFilter(ClassFilter) - Method in class org.jboss.modules.DependencySpecBuilder
Set the class import filter to use.
setClassImportFilter(ClassFilter) - Method in class org.jboss.modules.LocalDependencySpecBuilder
 
setClassImportFilter(ClassFilter) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
 
setCoalescing(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setCodeSource(CodeSource) - Method in class org.jboss.modules.ClassSpec
Set the code source (should not be null).
setCodeSource$$bridge(CodeSource) - Method in class org.jboss.modules.ClassSpec
 
setContentHandler(ContentHandler) - Method in class __redirected.__XMLReaderFactory
 
setDefaultAssertionStatus(boolean) - Method in class org.jboss.modules.ModuleClassLoader
setDelegates(Map<String, ModuleLoader>) - Method in class org.jboss.modules.ClassifyingModuleLoader
Change the delegates map.
setDTDHandler(DTDHandler) - Method in class __redirected.__XMLReaderFactory
 
setEntityResolver(EntityResolver) - Method in class __redirected.__XMLReaderFactory
 
setErrorHandler(ErrorHandler) - Method in class __redirected.__SchemaFactory
 
setErrorHandler(ErrorHandler) - Method in class __redirected.__XMLReaderFactory
 
setErrorListener(ErrorListener) - Method in class __redirected.__TransformerFactory
 
setEventAllocator(XMLEventAllocator) - Method in class __redirected.__XMLInputFactory
 
setExpandEntityReferences(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setExport(boolean) - Method in class org.jboss.modules.DependencySpecBuilder
Set a simple export filter, based on a boolean flag.
setExport(boolean) - Method in class org.jboss.modules.LocalDependencySpecBuilder
 
setExport(boolean) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
 
setExportFilter(PathFilter) - Method in class org.jboss.modules.DependencySpecBuilder
Set the export filter to use.
setExportFilter(PathFilter) - Method in class org.jboss.modules.LocalDependencySpecBuilder
 
setExportFilter(PathFilter) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
 
setFallbackLoader(LocalLoader) - Method in interface org.jboss.modules.ModuleSpec.Builder
Sets a "fall-back" loader that will attempt to load a class if all other mechanisms are unsuccessful.
setFeature(String, boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setFeature(String, boolean) - Method in class __redirected.__SAXParserFactory
 
setFeature(String, boolean) - Method in class __redirected.__SchemaFactory
 
setFeature(String, boolean) - Method in class __redirected.__TransformerFactory
 
setFeature(String, boolean) - Method in class __redirected.__XMLReaderFactory
 
setFeature(String, boolean) - Method in class __redirected.__XPathFactory
 
setFeature(String, boolean) - Method in class org.jboss.modules.xml.MXParser
Method setFeature
setFeature(String, boolean) - Method in interface org.jboss.modules.xml.XmlPullParser
Use this call to change the general behaviour of the parser, such as namespace processing or doctype declaration handling.
setIgnoringComments(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setIgnoringElementContentWhitespace(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setImplTitle(String) - Method in class org.jboss.modules.PackageSpec
Set the implementation title.
setImplTitle$$bridge(String) - Method in class org.jboss.modules.PackageSpec
 
setImplVendor(String) - Method in class org.jboss.modules.PackageSpec
Set the implementation vendor.
setImplVendor$$bridge(String) - Method in class org.jboss.modules.PackageSpec
 
setImplVersion(String) - Method in class org.jboss.modules.PackageSpec
Set the implementation version.
setImplVersion$$bridge(String) - Method in class org.jboss.modules.PackageSpec
 
setImportFilter(PathFilter) - Method in class org.jboss.modules.DependencySpecBuilder
Set the import filter to use.
setImportFilter(PathFilter) - Method in class org.jboss.modules.LocalDependencySpecBuilder
 
setImportFilter(PathFilter) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
 
setImportServices(boolean) - Method in class org.jboss.modules.DependencySpecBuilder
Set a simple import filter, based on a boolean flag specifying whether services should be imported.
setImportServices(boolean) - Method in class org.jboss.modules.LocalDependencySpecBuilder
 
setImportServices(boolean) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
 
setInput(InputStream, String) - Method in class org.jboss.modules.xml.MXParser
 
setInput(InputStream, String) - Method in interface org.jboss.modules.xml.XmlPullParser
Sets the input stream the parser is going to process.
setInput(Reader) - Method in class org.jboss.modules.xml.MXParser
 
setInput(Reader) - Method in interface org.jboss.modules.xml.XmlPullParser
Set the input source for parser to the given reader and resets the parser.
setLoaderPaths(Set<String>) - Method in class org.jboss.modules.LocalDependencySpecBuilder
Set the loader paths set.
setLocalLoader(LocalLoader) - Method in class org.jboss.modules.LocalDependencySpecBuilder
Set the local loader to use.
setLocation(Location) - Method in class __redirected.__XMLEventFactory
 
setMainClass(String) - Method in interface org.jboss.modules.ModuleSpec.Builder
Set the main class for this module, or null for none.
setModuleClassLoaderFactory(ModuleClassLoaderFactory) - Method in interface org.jboss.modules.ModuleSpec.Builder
Set the module class loader factory to use to create the module class loader for this module.
setModuleLoader(ModuleLoader) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
Set the module loader of the dependency.
setModuleLogger(ModuleLogger) - Static method in class org.jboss.modules.Module
Change the logger used by the module system.
setName(String) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
Set the module name.
setNamespaceAware(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setNamespaceAware(boolean) - Method in class __redirected.__SAXParserFactory
 
setOptional(boolean) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
Establish whether this dependency will be optional.
setPackageAssertionStatus(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
setPermissionCollection(PermissionCollection) - Method in interface org.jboss.modules.ModuleSpec.Builder
Set the permission collection for this module specification.
setProperty(String, Object) - Method in class __redirected.__SchemaFactory
 
setProperty(String, Object) - Method in class __redirected.__XMLInputFactory
 
setProperty(String, Object) - Method in class __redirected.__XMLOutputFactory
 
setProperty(String, Object) - Method in class __redirected.__XMLReaderFactory
 
setProperty(String, Object) - Method in class org.jboss.modules.xml.MXParser
 
setProperty(String, Object) - Method in interface org.jboss.modules.xml.XmlPullParser
Set the value of a property.
setResourceExportFilter(PathFilter) - Method in class org.jboss.modules.DependencySpecBuilder
Set the resource export filter to use.
setResourceExportFilter(PathFilter) - Method in class org.jboss.modules.LocalDependencySpecBuilder
 
setResourceExportFilter(PathFilter) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
 
setResourceImportFilter(PathFilter) - Method in class org.jboss.modules.DependencySpecBuilder
Set the resource import filter to use.
setResourceImportFilter(PathFilter) - Method in class org.jboss.modules.LocalDependencySpecBuilder
 
setResourceImportFilter(PathFilter) - Method in class org.jboss.modules.ModuleDependencySpecBuilder
 
setResourceResolver(LSResourceResolver) - Method in class __redirected.__SchemaFactory
 
setSchema(Schema) - Method in class __redirected.__DocumentBuilderFactory
 
setSchema(Schema) - Method in class __redirected.__SAXParserFactory
 
setSealBase(URL) - Method in class org.jboss.modules.PackageSpec
Set the URL against which this package is sealed.
setSpecTitle(String) - Method in class org.jboss.modules.PackageSpec
Set the package specification title.
setSpecTitle$$bridge(String) - Method in class org.jboss.modules.PackageSpec
 
setSpecVendor(String) - Method in class org.jboss.modules.PackageSpec
Set the package specification vendor.
setSpecVendor$$bridge(String) - Method in class org.jboss.modules.PackageSpec
 
setSpecVersion(String) - Method in class org.jboss.modules.PackageSpec
Set the package specification version.
setSpecVersion$$bridge(String) - Method in class org.jboss.modules.PackageSpec
 
setURIResolver(URIResolver) - Method in class __redirected.__TransformerFactory
 
setValidating(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setValidating(boolean) - Method in class __redirected.__SAXParserFactory
 
setVersion(Version) - Method in interface org.jboss.modules.ModuleSpec.Builder
Set the version for this module specification, or null to set no version for this module.
setXIncludeAware(boolean) - Method in class __redirected.__DocumentBuilderFactory
 
setXIncludeAware(boolean) - Method in class __redirected.__SAXParserFactory
 
setXMLReporter(XMLReporter) - Method in class __redirected.__XMLInputFactory
 
setXMLResolver(XMLResolver) - Method in class __redirected.__XMLInputFactory
 
setXPathFunctionResolver(XPathFunctionResolver) - Method in class __redirected.__XPathFactory
 
setXPathVariableResolver(XPathVariableResolver) - Method in class __redirected.__XPathFactory
 
size() - Method in class org.jboss.modules.management.ObjectProperties
 
skipS(char) - Method in class org.jboss.modules.xml.MXParser
 
skipSubTree() - Method in class org.jboss.modules.xml.MXParser
Skip sub tree that is currently parser positioned on.
SOFT - org.jboss.modules.ref.Reference.Type
A soft reference.
SoftReference<T,​A> - Class in org.jboss.modules.ref
A reapable soft reference with an attachment.
SoftReference(T) - Constructor for class org.jboss.modules.ref.SoftReference
 
SoftReference(T, A) - Constructor for class org.jboss.modules.ref.SoftReference
 
SoftReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.jboss.modules.ref.SoftReference
 
SoftReference(T, A, Reaper<T, A>) - Constructor for class org.jboss.modules.ref.SoftReference
 
START_DOCUMENT - Static variable in interface org.jboss.modules.xml.XmlPullParser
Signalize that parser is at the very beginning of the document and nothing was read yet.
START_TAG - Static variable in interface org.jboss.modules.xml.XmlPullParser
Returned from getEventType(), next(), nextToken() when a start tag was read.
StreamModuleLogger - Class in org.jboss.modules.log
A ModuleLogger implementation that logs all output (including trace) to an output or print stream.
StreamModuleLogger(OutputStream) - Constructor for class org.jboss.modules.log.StreamModuleLogger
Construct a new instance.
StreamModuleLogger(PrintStream) - Constructor for class org.jboss.modules.log.StreamModuleLogger
Construct a new instance.
STRONG - org.jboss.modules.ref.Reference.Type
A strong reference.
StrongReference<T,​A> - Class in org.jboss.modules.ref
A strong reference with an attachment.
StrongReference(T) - Constructor for class org.jboss.modules.ref.StrongReference
 
StrongReference(T, A) - Constructor for class org.jboss.modules.ref.StrongReference
 

T

TANDALONE - Static variable in class org.jboss.modules.xml.MXParser
 
text - Variable in class org.jboss.modules.xml.MXParser
 
TEXT - Static variable in interface org.jboss.modules.xml.XmlPullParser
Character data was read and will is available by calling getText().
toError() - Method in exception org.jboss.modules.ModuleLoadException
Convert to an unchecked error type.
toException() - Method in error org.jboss.modules.ModuleLoadError
Convert to a checked exception type.
toGenericSeparators(String) - Static method in class org.jboss.modules.PathUtils
Get the given path name with OS-specific separators replaced with the generic / separator character.
tokenize - Variable in class org.jboss.modules.xml.MXParser
 
toString() - Method in class __redirected.__DatatypeFactory
 
toString() - Method in class __redirected.__TransformerFactory
 
toString() - Method in class org.jboss.modules.ClassifyingModuleLoader
 
toString() - Method in class org.jboss.modules.JDKModuleFinder
 
toString() - Method in class org.jboss.modules.LocalModuleFinder
 
toString() - Method in class org.jboss.modules.LocalModuleLoader
 
toString() - Method in class org.jboss.modules.management.ObjectProperties
 
toString() - Method in class org.jboss.modules.maven.ArtifactCoordinates
Get the string representation.
toString() - Method in class org.jboss.modules.Module
Get the string representation of this module.
toString() - Method in class org.jboss.modules.ModuleClassLoader
Get a string representation of this class loader.
toString() - Method in class org.jboss.modules.ModuleDependencySpec
 
toString() - Method in class org.jboss.modules.ModuleIdentifier
Deprecated.
Get the string representation of this module identifier.
toString() - Method in class org.jboss.modules.ModuleLoader
Get the string representation of this module loader.
toString() - Method in class org.jboss.modules.ref.PhantomReference
 
toString() - Method in class org.jboss.modules.ref.SoftReference
 
toString() - Method in class org.jboss.modules.ref.StrongReference
 
toString() - Method in class org.jboss.modules.ref.WeakReference
 
toString() - Method in class org.jboss.modules.security.ModularProtectionDomain
Get a string representation of this protection domain.
toString() - Method in class org.jboss.modules.Version
Returns the normalized string representation of this version.
trace(String) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(String) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(String) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(String) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(String, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(String, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(String, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(String, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(String, Object...) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(String, Object...) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(String, Object...) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(String, Object...) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(String, Object, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(String, Object, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(String, Object, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(String, Object, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(String, Object, Object, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(String, Object, Object, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(String, Object, Object, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(String, Object, Object, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(Throwable, String) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(Throwable, String) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(Throwable, String) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(Throwable, String) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(Throwable, String, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(Throwable, String, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(Throwable, String, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(Throwable, String, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(Throwable, String, Object...) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(Throwable, String, Object...) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(Throwable, String, Object...) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(Throwable, String, Object...) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(Throwable, String, Object, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(Throwable, String, Object, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(Throwable, String, Object, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(Throwable, String, Object, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
trace(Throwable, String, Object, Object, Object) - Method in class org.jboss.modules.log.JDKModuleLogger
trace(Throwable, String, Object, Object, Object) - Method in interface org.jboss.modules.log.ModuleLogger
 
trace(Throwable, String, Object, Object, Object) - Method in class org.jboss.modules.log.NoopModuleLogger
 
trace(Throwable, String, Object, Object, Object) - Method in class org.jboss.modules.log.StreamModuleLogger
transform(ClassLoader, String, ProtectionDomain, ByteBuffer) - Method in interface org.jboss.modules.ClassTransformer
Transform the bytes of a class.
transform(ClassLoader, String, ProtectionDomain, ByteBuffer) - Method in class org.jboss.modules.JLIClassTransformer
 
TYPES - Static variable in interface org.jboss.modules.xml.XmlPullParser
This array can be used to convert the event type integer constants such as START_TAG or TEXT to to a string.

U

unexpectedContent(XmlPullParser) - Static method in class org.jboss.modules.xml.ModuleXmlParser
 
unloadModule(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
Attempt to unload a module from this module loader.
unloadModuleLocal(String, Module) - Method in class org.jboss.modules.ModuleLoader
Unload a module from this module loader.
unloadModuleLocal(Module) - Method in class org.jboss.modules.ModuleLoader
usePC - Variable in class org.jboss.modules.xml.MXParser
 

V

valueOf(String) - Static method in enum org.jboss.modules.AssertionSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.modules.ref.Reference.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.modules.AssertionSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.modules.management.ObjectProperties
 
values() - Static method in enum org.jboss.modules.ref.Reference.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.jboss.modules
A version for a module.
VERSION - Static variable in class org.jboss.modules.xml.MXParser
 
Version.Iterator - Class in org.jboss.modules
An iterator over the parts of a version.
VersionDetection - Class in org.jboss.modules
A utility class to assist with detecting the version of a resource root or collection of resource roots.

W

WEAK - org.jboss.modules.ref.Reference.Type
A weak reference.
WeakReference<T,​A> - Class in org.jboss.modules.ref
A reapable weak reference with an attachment.
WeakReference(T) - Constructor for class org.jboss.modules.ref.WeakReference
 
WeakReference(T, A) - Constructor for class org.jboss.modules.ref.WeakReference
 
WeakReference(T, A, ReferenceQueue<? super T>) - Constructor for class org.jboss.modules.ref.WeakReference
 
WeakReference(T, A, Reaper<T, A>) - Constructor for class org.jboss.modules.ref.WeakReference
 

X

XML_URI - Static variable in class org.jboss.modules.xml.MXParser
 
xmlDeclContent - Variable in class org.jboss.modules.xml.MXParser
 
xmlDeclStandalone - Variable in class org.jboss.modules.xml.MXParser
 
xmlDeclVersion - Variable in class org.jboss.modules.xml.MXParser
 
XMLNS_URI - Static variable in class org.jboss.modules.xml.MXParser
 
XmlPullParser - Interface in org.jboss.modules.xml
XML Pull Parser is an interface that defines parsing functionlity provided in XMLPULL V1 API (visit this website to learn more about API and its implementations).
XmlPullParserException - Exception in org.jboss.modules.xml
This exception is thrown to signal XML Pull Parser related faults.
XmlPullParserException(String) - Constructor for exception org.jboss.modules.xml.XmlPullParserException
 
XmlPullParserException(String, XmlPullParser, Throwable) - Constructor for exception org.jboss.modules.xml.XmlPullParserException
 

Y

YES - Static variable in class org.jboss.modules.xml.MXParser
 

_

__DatatypeFactory - Class in __redirected
A redirecting DatatypeFactory
__DatatypeFactory() - Constructor for class __redirected.__DatatypeFactory
Construct a new instance.
__DocumentBuilderFactory - Class in __redirected
A redirecting DocumentBuilderFactory
__DocumentBuilderFactory() - Constructor for class __redirected.__DocumentBuilderFactory
Construct a new instance.
__JAXPRedirected - Class in __redirected
Executes common operations against ALL JAXP redirection classes.
__JAXPRedirected() - Constructor for class __redirected.__JAXPRedirected
 
__redirected - package __redirected
 
__RedirectedUtils - Class in __redirected
Common utilities for redirected factories
__RedirectedUtils() - Constructor for class __redirected.__RedirectedUtils
 
__SAXParserFactory - Class in __redirected
A redirected SAXParserFactory
__SAXParserFactory() - Constructor for class __redirected.__SAXParserFactory
Construct a new instance.
__SchemaFactory - Class in __redirected
A redirected SchemaFactory
__SchemaFactory() - Constructor for class __redirected.__SchemaFactory
Construct a new instance.
__TransformerFactory - Class in __redirected
A redirected TransformerFactory
__TransformerFactory() - Constructor for class __redirected.__TransformerFactory
Construct a new instance.
__XMLEventFactory - Class in __redirected
A redirected XMLEventFactory
__XMLEventFactory() - Constructor for class __redirected.__XMLEventFactory
Construct a new instance.
__XMLInputFactory - Class in __redirected
A redirected XMLInputFactory
__XMLInputFactory() - Constructor for class __redirected.__XMLInputFactory
Construct a new instance.
__XMLOutputFactory - Class in __redirected
A redirected XMLOutputFactory
__XMLOutputFactory() - Constructor for class __redirected.__XMLOutputFactory
Construct a new instance.
__XMLReaderFactory - Class in __redirected
A redirected SAXParserFactory
__XMLReaderFactory() - Constructor for class __redirected.__XMLReaderFactory
Construct a new instance.
__XPathFactory - Class in __redirected
A redirected XPathFactory
__XPathFactory() - Constructor for class __redirected.__XPathFactory
Construct a new instance.
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes All Packages