Package org.jboss.modules
package org.jboss.modules
The primary JBoss Modules API. The key classes in this package are
Module
, ModuleLoader
,
ConcurrentClassLoader
, and ModuleClassLoader
. These classes make up the backbone of the module
system.-
ClassDescriptionAn abstract local loader implementation.An abstract resource loader implementation.A module specification for a module alias.The assertion setting for a package or class.A hook for frameworks which need to define additional classes to a module's class loader.A module loader which selects a delegate module loader based upon the prefix of the module name.A class definition specification.A class file transformer which operates on byte buffers.A
Module
specification for a concrete module implementation.A classloader which can delegate to multiple other classloaders without risk of deadlock.A module loader which searches its finders first, and then delegates to another loader if the module is not found.A dependency specification that represents a single dependency for a module.The base class of dependency specification builders.A dependency tree viewer utility.A module finder which loads modules from individual JARs or directories on the file system, supporting the JAR specification headers as well as the extendedMANIFEST
headers supported by JBoss Modules.A local loader which can enumerate its contents.A module finder which is iterable.A resource loader which has the ability to enumerate its contents.Deprecated.A wrapper around aClassFileTransformer
.A local dependency specification builder, which includes a module's own content or some other, external content.A loader which implements the local part of a module.Static factory methods for various types of local loaders.A module finder which locates module specifications which are stored in a local module repository on the filesystem, which usesmodule.xml
descriptors.A local filesystem-backed module loader.The main entry point of JBoss Modules when run as a JAR on the command line.The modular agent entry point.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.A module classloader.An opaque configuration used internally to create a module class loader.A producer for Module class loaders.A dependency specification on a module.A builder for dependency specifications that refer to other modules.A locator for module definitions.Deprecated.This class has been deprecated in favor of name strings; however, programs using identifiers will continue to function correctly.A repository for modules, from which a module may be loaded by identifier.Module load error, thrown when there is some problem loading a module during runtime.Module load exception, thrown when there is some problem loading a module.Module not found exceptions are thrown when no module loaders can locate a module which fulfills a given module identifier.AModule
specification which is used by aModuleLoader
to define new modules.A builder for new alias module specifications.A builder for new concrete module specifications.A class loader that may be named.A base class for resource loaders which can load native libraries.A specification for a package to define.General helpful path utility methods.An initialization task which is run before the application'smain
method.A single resource from aResourceLoader
.A loader for resources from a specific resource root within a module.A module loader which loads modules which are stored inside themodules
directory of a single JAR or JAR-like root.Static factory methods for various types of resource loaders.A specification of a resource loader within a module.A version for a module.A utility class to assist with detecting the version of a resource root or collection of resource roots.
FileSystemClassPathModuleFinder
and/orResourceLoaderModuleFinder
should be used instead for more complete functionality.