All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary
| Class |
Description |
| AbstractLocalLoader |
An abstract local loader implementation.
|
| AbstractResourceLoader |
An abstract resource loader implementation.
|
| AggregatePathFilter |
PathFilter implementation that aggregates multiple other filters.
|
| AliasModuleSpec |
A module specification for a module alias.
|
| ArtifactCoordinates |
Maven artifact coordinate specification.
|
| AssertionSetting |
The assertion setting for a package or class.
|
| BooleanClassFilter |
|
| BooleanPathFilter |
|
| CallerContext |
Various methods for obtaining caller info.
|
| CallerContext.Hack |
|
| ChildPathFilter |
|
| ClassFilter |
Filter used to determine whether a class name should be included or excluded from imports and exports.
|
| ClassFilters |
Static factory methods for class filter types.
|
| ClassifyingModuleLoader |
A module loader which selects a delegate module loader based upon the prefix of the module name.
|
| ClassLoaderLocalLoader |
|
| ClassPathModuleLoader |
Date: 06.05.2011
|
| ClassSpec |
A class definition specification.
|
| ConcreteModuleSpec |
A Module specification for a concrete module implementation.
|
| ConcurrentClassLoader |
A classloader which can delegate to multiple other classloaders without risk of deadlock.
|
| DefaultBootModuleLoaderHolder |
|
| DefaultMavenResolver |
|
| Dependency |
A dependency item.
|
| DependencyInfo |
Information describing a dependency.
|
| DependencySpec |
A dependency specification that represents a single dependency for a module.
|
| DependencyTreeViewer |
A dependency tree viewer utility.
|
| EqualsPathFilter |
|
| FactoryPermissionCollection |
A permission collection which lazily instantiates the permission objects on first use.
|
| FastCopyHashSet<E> |
A HashSet that is optimized for fast shallow copies.
|
| FileEntryResource |
A file entry resource.
|
| FileResourceLoader |
|
| FilteredIterableLocalLoader |
|
| FilteredIterableResourceLoader |
|
| FilteredLocalLoader |
|
| FilteredResourceLoader |
|
| GlobPathFilter |
Default implementation of PathFilter.
|
| ImmediatePermissionFactory |
A permission factory which simply holds a permission object.
|
| InvertingPathFilter |
A path filter which simply inverts the result of another path filter.
|
| IterableLocalLoader |
A local loader which can enumerate its contents.
|
| IterableModuleFinder |
A module finder which is iterable.
|
| IterableResourceLoader |
A resource loader which has the ability to enumerate its contents.
|
| JarEntryResource |
|
| JarFileResourceLoader |
|
| JarFileResourceLoader.CodeSigners |
|
| JarModuleFinder |
A module finder which uses a JAR file as a module repository.
|
| JarModuleLoader |
|
| JDKModuleLogger |
|
| JDKPaths |
A utility class which maintains the set of JDK paths.
|
| LayeredModulePathFactory |
Provides a module path that includes entries for any "layer" and "add-on" directory structures found
within the regular items in the provided module path.
|
| LayeredModulePathFactory.LayersConfig |
|
| Linkage |
The linkage state of a module.
|
| Linkage.State |
|
| LoadedPermissionFactory |
A permission factory which instantiates a permission with the given class name.
|
| LocalDependency |
|
| LocalLoader |
A loader which implements the local part of a module.
|
| LocalLoaders |
Static factory methods for various types of local loaders.
|
| LocalModuleFinder |
A module finder which locates module specifications which are stored in a local module
repository on the filesystem, which uses module.xml descriptors.
|
| LocalModuleLoader |
A local filesystem-backed module loader.
|
| Main |
The main entry point of JBoss Modules when run as a JAR on the command line.
|
| MavenArtifactUtil |
Helper class to resolve a maven artifact.
|
| MavenResolver |
A resolution strategy for Maven artifacts.
|
| MavenSettings |
|
| MavenSettings.Profile |
|
| Metrics |
|
| ModularContentHandlerFactory |
|
| ModularPermissionFactory |
A permission factory which instantiates a permission from a module.
|
| ModularURLStreamHandlerFactory |
The root URL stream handler factory for the module system.
|
| Module |
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.
|
| Module.Visited |
|
| ModuleClassLoader |
A module classloader.
|
| ModuleClassLoader.Configuration |
An opaque configuration used internally to create a module class loader.
|
| ModuleClassLoaderDependency |
|
| ModuleClassLoaderFactory |
A producer for Module class loaders.
|
| ModuleDependency |
|
| ModuleDependencySpec |
A dependency specification on a module.
|
| ModuleFinder |
A locator for module definitions.
|
| ModuleIdentifier |
A unique identifier for a module within a module loader.
|
| ModuleInfo |
Management information about a module instance.
|
| ModuleLoader |
A repository for modules, from which a module may be loaded by identifier.
|
| ModuleLoader.FutureModule |
|
| ModuleLoader.MBeanReg |
|
| ModuleLoader.MXBeanImpl |
|
| ModuleLoader.RealMBeanReg |
|
| ModuleLoader.TempMBeanReg |
|
| ModuleLoaderMXBean |
An MXBean for getting runtime information about a module loader.
|
| ModuleLoadError |
Module load error, thrown when there is some problem loading a module during runtime.
|
| ModuleLoadException |
Module load exception, thrown when there is some problem loading a module.
|
| ModuleLogger |
A simple Logger abstraction.
|
| ModuleLogRecord |
A log record class which knows how to divine the proper class and method name.
|
| ModuleNotFoundException |
Module not found exceptions are thrown when no module loaders can locate a module which fulfills a given module
identifier.
|
| ModuleSpec |
A Module specification which is used by a ModuleLoader to define new modules.
|
| ModuleSpec.AliasBuilder |
A builder for new alias module specifications.
|
| ModuleSpec.Builder |
A builder for new concrete module specifications.
|
| ModulesPolicy |
|
| ModulesPrivateAccess |
Private-access methods for modules.
|
| ModuleXmlParser |
A fast, validating module.xml parser.
|
| ModuleXmlParser.ResourceRootFactory |
A factory for resource roots, based on a root path, loader path, and loader name.
|
| ModuleXmlUtil |
Utility class for default module file names.
|
| MultiplePathFilter |
|
| MultiplePathFilterBuilder |
A builder for a multiple-path filter.
|
| MXParser |
Absolutely minimal implementation of XMLPULL V1 API
|
| NativeLibraryResourceLoader |
A base class for resource loaders which can load native libraries.
|
| NativeLibraryResourceLoader.Identification |
Separate class for native platform ID which is only loaded when native libs are loaded.
|
| NoopModuleLogger |
|
| ObjectProperties |
A Hashtable variant which keeps property names in order, for use by MBean ObjectNames.
|
| ObjectProperties.Property |
A single property in a properties list.
|
| PackageSpec |
A specification for a package to define.
|
| PathClassFilter |
|
| PathFilter |
Filter used to determine whether a path should be included or excluded from imports and exports.
|
| PathFilters |
Static factory methods for path filter types.
|
| Paths<T,A> |
A pair of path maps.
|
| PathUtils |
General helpful path utility methods.
|
| PermissionFactory |
A factory for Permission objects.
|
| PhantomReference<T,A> |
A reapable phantom reference with an attachment.
|
| PreMain |
An initialization task which is run before the application's main method.
|
| PropertyReadAction |
|
| PropertyWriteAction |
Date: 11.05.2011
|
| Reapable<T,A> |
A reference which is reapable (can be automatically collected).
|
| Reaper<T,A> |
A cleaner for a dead object.
|
| Reference<T,A> |
An enhanced reference type with a type-safe attachment.
|
| Reference.Type |
A reference type.
|
| References |
A set of utility methods for reference types.
|
| References.ReaperThread |
|
| Resource |
|
| ResourceLoader |
A loader for resources from a specific resource root within a module.
|
| ResourceLoaderInfo |
Information about a resource loader.
|
| ResourceLoaders |
Static factory methods for various types of resource loaders.
|
| ResourceLoaderSpec |
A specification of a resource loader within a module.
|
| SecurityActions |
This class must not be public.
|
| SetPathFilter |
|
| SoftReference<T,A> |
A reapable soft reference with an attachment.
|
| StartTimeHolder |
|
| StreamModuleLogger |
A ModuleLogger implementation that logs all output (including trace) to an output or print stream.
|
| StreamUtil |
|
| StrongReference<T,A> |
A strong reference with an attachment.
|
| UninitializedPermission |
|
| UnlockedReadHashMap<K,V> |
A hash map that supports non-blocking, lockless read access.
|
| UnlockedReadHashMap.Item<K,V> |
|
| URLResource |
|
| WeakReference<T,A> |
A reapable weak reference with an attachment.
|
| XmlPullParser |
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 |
This exception is thrown to signal XML Pull Parser related faults.
|
| __DatatypeFactory |
A redirecting DatatypeFactory
|
| __DocumentBuilderFactory |
A redirecting DocumentBuilderFactory
|
| __JAXPRedirected |
Executes common operations against ALL JAXP redirection classes.
|
| __RedirectedUtils |
Common utilities for redirected factories
|
| __SAXParserFactory |
A redirected SAXParserFactory
|
| __SchemaFactory |
A redirected SchemaFactory
|
| __TransformerFactory |
A redirected TransformerFactory
|
| __XMLEventFactory |
A redirected XMLEventFactory
|
| __XMLInputFactory |
A redirected XMLInputFactory
|
| __XMLOutputFactory |
A redirected XMLOutputFactory
|
| __XMLReaderFactory |
A redirected SAXParserFactory
|
| __XPathFactory |
A redirected XPathFactory
|