- 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(ModuleIdentifier, 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.
- changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__DatatypeFactory
-
- changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__DocumentBuilderFactory
-
- changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__SAXParserFactory
-
- changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__SchemaFactory
-
- changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__TransformerFactory
-
- changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLEventFactory
-
- changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLInputFactory
-
- changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLOutputFactory
-
- changeDefaultFactory(ModuleIdentifier, ModuleLoader) - Static method in class __redirected.__XMLReaderFactory
-
- 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
- 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
-
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.
- 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 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.
- 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(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() - Constructor for class org.jboss.modules.ConcurrentClassLoader
-
Construct a new instance, using our class loader as the parent.
- 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(ModuleClassLoader.Configuration) - Method in interface org.jboss.modules.ModuleClassLoaderFactory
-
Create the module class loader.
- create(String, String) - Static method in class org.jboss.modules.ModuleIdentifier
-
Creates a new module identifier using the specified name and slot.
- create(String) - Static method in class org.jboss.modules.ModuleIdentifier
-
Creates a new module identifier using the specified name.
- 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(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.
- 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) - 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, String, String) - Method in class __redirected.__XMLEventFactory
-
- createAttribute(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
-
Create a dependency on the given class loader.
- createClassLoaderDependencySpec(ClassLoader, Set<String>, boolean) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given class loader.
- createClassLoaderDependencySpec(PathFilter, PathFilter, ClassLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given class loader.
- 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(QName, Iterator) - Method in class __redirected.__XMLEventFactory
-
- createEndElement(String, String, String) - Method in class __redirected.__XMLEventFactory
-
- createEndElement(String, String, String, 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
-
Create a filesystem-backed resource loader with support for native libraries.
- createFilteredLocalLoader(ClassFilter, PathFilter, LocalLoader) - Static method in class org.jboss.modules.LocalLoaders
-
Create a filtered local loader.
- createFilteredReader(XMLStreamReader, StreamFilter) - Method in class __redirected.__XMLInputFactory
-
- createFilteredReader(XMLEventReader, EventFilter) - Method in class __redirected.__XMLInputFactory
-
- 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
-
Create a filesystem-backed iterable resource loader with support for native libraries.
- 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
-
Create a filtered view of an iterable resource loader, which allows classes to be included or excluded on a name basis.
- createIterableJarResourceLoader(String, JarFile) - Static method in class org.jboss.modules.ResourceLoaders
-
Create a JAR-backed iterable resource loader.
- 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
-
Create a JAR-backed resource loader.
- createJarResourceLoader(String, JarFile, String) - Static method in class org.jboss.modules.ResourceLoaders
-
Create a JAR-backed resource loader.
- 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
-
Create a dependency on the current module's local resources.
- createLocalDependencySpec(PathFilter, PathFilter, PathFilter, PathFilter, ClassFilter, ClassFilter) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the current module's local resources.
- createLocalDependencySpec(LocalLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given local loader.
- createLocalDependencySpec(LocalLoader, Set<String>, boolean) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given local loader.
- createLocalDependencySpec(PathFilter, PathFilter, LocalLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given local loader.
- createLocalDependencySpec(PathFilter, PathFilter, PathFilter, PathFilter, ClassFilter, ClassFilter, LocalLoader, Set<String>) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given local loader.
- 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.
- createModuleDependencySpec(ModuleIdentifier) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given module.
- createModuleDependencySpec(ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given module.
- createModuleDependencySpec(ModuleIdentifier, boolean, boolean) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given module.
- createModuleDependencySpec(ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given module.
- createModuleDependencySpec(ModuleLoader, ModuleIdentifier, boolean, boolean) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given module.
- createModuleDependencySpec(PathFilter, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given module.
- createModuleDependencySpec(PathFilter, ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given module.
- createModuleDependencySpec(PathFilter, PathFilter, ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given module.
- createModuleDependencySpec(PathFilter, PathFilter, PathFilter, PathFilter, ClassFilter, ClassFilter, ModuleLoader, ModuleIdentifier, boolean) - Static method in class org.jboss.modules.DependencySpec
-
Create a dependency on the given module.
- 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.
- createProcessingInstruction(String, String) - Method in class __redirected.__XMLEventFactory
-
- createResourceLoader(String, String, String) - Method in interface org.jboss.modules.xml.ModuleXmlParser.ResourceRootFactory
-
- createResourceLoaderSpec(ResourceLoader, PathFilter) - Static method in class org.jboss.modules.ResourceLoaderSpec
-
Construct a new instance.
- createResourceLoaderSpec(ResourceLoader) - Static method in class org.jboss.modules.ResourceLoaderSpec
-
Construct a new instance which accepts all paths in the resource loader.
- createSpace(String) - Method in class __redirected.__XMLEventFactory
-
- createStartDocument() - Method in class __redirected.__XMLEventFactory
-
- createStartDocument(String, String, boolean) - Method in class __redirected.__XMLEventFactory
-
- createStartDocument(String, String) - Method in class __redirected.__XMLEventFactory
-
- createStartDocument(String) - Method in class __redirected.__XMLEventFactory
-
- createStartElement(QName, Iterator, Iterator) - 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
-
- 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(Reader) - 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
-
- createXMLEventReader(InputStream) - Method in class __redirected.__XMLInputFactory
-
- createXMLEventReader(InputStream, String) - Method in class __redirected.__XMLInputFactory
-
- createXMLEventReader(String, InputStream) - Method in class __redirected.__XMLInputFactory
-
- createXMLEventWriter(Result) - Method in class __redirected.__XMLOutputFactory
-
- createXMLEventWriter(OutputStream) - Method in class __redirected.__XMLOutputFactory
-
- createXMLEventWriter(OutputStream, String) - Method in class __redirected.__XMLOutputFactory
-
- createXMLEventWriter(Writer) - Method in class __redirected.__XMLOutputFactory
-
- createXMLStreamReader(Reader) - Method in class __redirected.__XMLInputFactory
-
- createXMLStreamReader(Source) - Method in class __redirected.__XMLInputFactory
-
- createXMLStreamReader(InputStream) - Method in class __redirected.__XMLInputFactory
-
- createXMLStreamReader(InputStream, String) - Method in class __redirected.__XMLInputFactory
-
- createXMLStreamReader(String, InputStream) - Method in class __redirected.__XMLInputFactory
-
- createXMLStreamReader(String, Reader) - Method in class __redirected.__XMLInputFactory
-
- createXMLStreamWriter(Writer) - Method in class __redirected.__XMLOutputFactory
-
- createXMLStreamWriter(OutputStream) - Method in class __redirected.__XMLOutputFactory
-
- createXMLStreamWriter(OutputStream, String) - Method in class __redirected.__XMLOutputFactory
-
- createXMLStreamWriter(Result) - Method in class __redirected.__XMLOutputFactory
-
- 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
-
- 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, boolean, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
-
Find a class, possibly delegating to other loader(s).
- findClass(String) - Method in class org.jboss.modules.ConcurrentClassLoader
-
- findClass(String, boolean, boolean) - Method in class org.jboss.modules.ModuleClassLoader
-
Find a class, possibly delegating to other loader(s).
- findLibrary(String) - Method in class org.jboss.modules.ModuleClassLoader
-
Find a library from one of the resource loaders.
- findLoadedModuleLocal(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
-
Find an already-loaded module, returning null
if the module isn't currently loaded.
- findLoadedPackage(String) - Method in class org.jboss.modules.ConcurrentClassLoader
-
Load a package from this class loader only.
- findModule(ModuleIdentifier) - Method in class org.jboss.modules.ClassifyingModuleLoader
-
Find a Module's specification in this ModuleLoader by its identifier.
- findModule(ModuleIdentifier, ModuleLoader) - Method in class org.jboss.modules.JarModuleFinder
-
- findModule(ModuleIdentifier, ModuleLoader) - Method in class org.jboss.modules.LocalModuleFinder
-
- findModule(ModuleIdentifier, ModuleLoader) - Method in interface org.jboss.modules.ModuleFinder
-
Find a module specification for the given identifier.
- findModule(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
-
Find a Module's specification in this ModuleLoader by its identifier.
- findResource(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
-
Find the resource with the given name and exported status.
- findResource(String) - Method in class org.jboss.modules.ConcurrentClassLoader
-
Never used.
- findResource(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
-
Find the resource with the given name and exported status.
- 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, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
-
Finds the resources with the given name and exported status.
- findResources(String) - Method in class org.jboss.modules.ConcurrentClassLoader
-
Never used.
- findResources(String, boolean) - Method in class org.jboss.modules.ModuleClassLoader
-
Finds the resources with the given name and exported status.
- 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, 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.
- forClassLoader(ClassLoader) - Static method in class org.jboss.modules.ModuleLoader
-
Get the module loader for a class loader.
- 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
-
Parse a module specification from a string.
- get(Object) - Method in class org.jboss.modules.management.ObjectProperties
-
- 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
-
- getAliasTarget() - Method in class org.jboss.modules.AliasModuleSpec
-
- getAliasTarget() - Method in interface org.jboss.modules.ModuleSpec.AliasBuilder
-
Get the identifier of the module being referenced by this builder.
- 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(String, String) - 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 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.
- getBytes() - Method in class org.jboss.modules.ClassSpec
-
Get the class file bytes.
- 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.
- 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.
- 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.
- 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.
- 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(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
-
Get the dependencies of the named module.
- getDependencies() - Method in class org.jboss.modules.Module
-
Get the current dependencies of this 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.
- getDetail() - Method in exception org.jboss.modules.xml.XmlPullParserException
-
- 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, String) - Method in class org.jboss.modules.Module
-
Get an exported resource from a specific root in this module.
- getExportedResource(String) - Method in class org.jboss.modules.Module
-
Get an exported resource URL.
- 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.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
-
Get this module's identifier.
- getIdentifier() - Method in class org.jboss.modules.ModuleDependencySpec
-
Get the module identifier of the dependency.
- getIdentifier() - Method in interface org.jboss.modules.ModuleSpec.AliasBuilder
-
Get the identifier of the module being defined by this builder.
- getIdentifier() - Method in interface org.jboss.modules.ModuleSpec.Builder
-
Get the identifier of the module being defined by this builder.
- 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.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.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.
- 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.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).
- 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(ModuleIdentifier) - Method in class org.jboss.modules.Module
-
Get the module with the given identifier from the module loader used by this module.
- getModule() - Method in class org.jboss.modules.ModuleClassLoader
-
Get the module for this class loader.
- getModuleDescription(String) - Method in interface org.jboss.modules.management.ModuleLoaderMXBean
-
Get the complete description of this module.
- getModuleFromCallerModuleLoader(ModuleIdentifier) - Static method in class org.jboss.modules.Module
-
Get a module from the current module loader.
- getModuleIdentifier() - Method in class org.jboss.modules.ModuleSpec
-
Get the module identifier for the module which is specified by this object.
- 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.
- 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.ModuleIdentifier
-
Get the module name.
- 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(String) - Method in class org.jboss.modules.xml.MXParser
-
- getNamespace() - 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.
- getNamespace() - Method in interface org.jboss.modules.xml.XmlPullParser
-
Returns the namespace URI of the current element.
- 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.
- 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, Manifest, URL) - Static method in class org.jboss.modules.AbstractResourceLoader
-
Convenience method to get a package specification from a Manifest
.
- 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.
- 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, String) - Method in class org.jboss.modules.Module
-
Get the property with the given name, or a default value 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.
- 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.
- getResourceImportFilter() - Method in class org.jboss.modules.DependencySpec
-
Get the dependency resource import filter.
- 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
-
Get the name of the root represented by this resource loader.
- 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.
- getSize() - Method in interface org.jboss.modules.Resource
-
Get the size of the resource, if known.
- getSlot() - Method in class org.jboss.modules.ModuleIdentifier
-
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.
- 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.maven.ArtifactCoordinates
-
Get the version.
- 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
- 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(ModuleIdentifier, String) - Static method in class org.jboss.modules.Module
-
Load a class from a module in the system module loader.
- loadClassFromCallerModuleLoader(ModuleIdentifier, String) - Static method in class org.jboss.modules.Module
-
Load a class from a module in the caller's module 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) - Method in class org.jboss.modules.ModuleClassLoader
-
Load a class from this class 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
-
- loadExportedClass(String, boolean) - Method in class org.jboss.modules.ConcurrentClassLoader
-
- loadModule(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
-
Load a module based on an identifier.
- loadModuleLocal(ModuleIdentifier) - Method in class org.jboss.modules.ModuleLoader
-
Try to load a module from this module loader.
- 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 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(ModuleIdentifier, Class<S>) - Static method in class org.jboss.modules.Module
-
Load a service loader from a module in the caller's module loader.
- 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(File[], PathFilter) - Constructor for class org.jboss.modules.LocalModuleFinder
-
Construct a new instance.
- LocalModuleFinder(File[]) - Constructor for class org.jboss.modules.LocalModuleFinder
-
Construct a new instance.
- 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.
- LocalModuleLoader - Class in org.jboss.modules
-
A local filesystem-backed module loader.
- 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.
- 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.
- 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
-
- Main - Class in org.jboss.modules
-
The main entry point of JBoss Modules when run as a JAR on the command line.
- main(String[]) - Static method in class org.jboss.modules.Main
-
Run JBoss Modules.
- 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.
- ModularPermissionFactory - Class in org.jboss.modules.security
-
A permission factory which instantiates a permission from a module.
- ModularPermissionFactory(ModuleLoader, ModuleIdentifier, String, String, String) - Constructor for class org.jboss.modules.security.ModularPermissionFactory
-
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(ModuleIdentifier, ModuleLoader) - Method in class org.jboss.modules.log.JDKModuleLogger
- moduleDefined(ModuleIdentifier, ModuleLoader) - Method in interface org.jboss.modules.log.ModuleLogger
-
- moduleDefined(ModuleIdentifier, ModuleLoader) - Method in class org.jboss.modules.log.NoopModuleLogger
-
- moduleDefined(ModuleIdentifier, ModuleLoader) - Method in class org.jboss.modules.log.StreamModuleLogger
- ModuleDependencySpec - Class in org.jboss.modules
-
A dependency specification on a module.
- ModuleFinder - Interface in org.jboss.modules
-
A locator for module definitions.
- ModuleIdentifier - Class in org.jboss.modules
-
A unique identifier for a module within a module loader.
- 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.
- 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(Throwable) - Constructor for error org.jboss.modules.ModuleLoadError
-
Constructs a ModuleLoadException
with the specified cause.
- ModuleLoadError(String, Throwable) - Constructor for error org.jboss.modules.ModuleLoadError
-
Constructs a ModuleLoadException
with the specified detail message and 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(Throwable) - Constructor for exception org.jboss.modules.ModuleLoadException
-
Constructs a ModuleLoadException
with the specified cause.
- ModuleLoadException(String, Throwable) - Constructor for exception org.jboss.modules.ModuleLoadException
-
Constructs a ModuleLoadException
with the specified detail message and cause.
- ModuleLogger - Interface in org.jboss.modules.log
-
A simple Logger abstraction.
- 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(Throwable) - Constructor for exception org.jboss.modules.ModuleNotFoundException
-
Constructs a ModuleNotFoundException
with the specified cause.
- ModuleNotFoundException(String, Throwable) - Constructor for exception org.jboss.modules.ModuleNotFoundException
-
Constructs a ModuleNotFoundException
with the specified detail message and 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 - Class in org.jboss.modules.filter
-
A builder for a multiple-path filter.
- multiplePathFilterBuilder(boolean) - Static method in class org.jboss.modules.filter.PathFilters
-
Get 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
-