AbstractResourceLoader |
An abstract resource loader implementation.
|
AssertionSetting |
The assertion setting for a package or class.
|
ClassDefiner |
A hook for frameworks which need to define additional classes to a module's class loader.
|
ClassSpec |
A class definition specification.
|
ClassTransformer |
A class file transformer which operates on byte buffers.
|
ConcurrentClassLoader |
A classloader which can delegate to multiple other classloaders without risk of deadlock.
|
DelegatingModuleLoader |
A module loader which searches its finders first, and then delegates to another loader if the module is not found.
|
DependencySpec |
A dependency specification that represents a single dependency for a module.
|
DependencySpecBuilder |
The base class of dependency specification builders.
|
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.
|
JDKModuleFinder |
|
LocalDependencySpecBuilder |
A local dependency specification builder, which includes a module's own content or some other, external content.
|
LocalLoader |
A loader which implements the local part of a module.
|
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.
|
ModuleClassLoader |
A module classloader.
|
ModuleClassLoader.Configuration |
An opaque configuration used internally to create a module class loader.
|
ModuleClassLoaderFactory |
A producer for Module class loaders.
|
ModuleDependencySpec |
A dependency specification on a module.
|
ModuleDependencySpecBuilder |
A builder for dependency specifications that refer to other modules.
|
ModuleFinder |
A locator for module definitions.
|
ModuleIdentifier |
Deprecated.
|
ModuleLoader |
A repository for modules, from which a module may be loaded by identifier.
|
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.
|
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.
|
NamedClassLoader |
A class loader that may be named.
|
PackageSpec |
A specification for a package to define.
|
Resource |
|
ResourceLoader |
A loader for resources from a specific resource root within a module.
|
ResourceLoaderSpec |
A specification of a resource loader within a module.
|
Version |
A version for a module.
|
Version.Iterator |
An iterator over the parts of a version.
|