
| Interface | Description |
|---|---|
| ResourceRegistry |
Defines a registry for looking up class path resources.
|
| Class | Description |
|---|---|
| FileSystemRegistry |
An implementation of
ResourceRegistry that consults the file system for resources. |
| JarRegistry | |
| Library |
A class for interacting with dynamically linked native code.
|
| Loader |
A facility providing a way for programs to take advantage of Jars and native libraries found on the class path.
|
| MetaclassBase |
A static utility class for common class loader operations.
|
| MetaclassBase.TemporaryFileSet |
A subclass of
LinkedHashSet that holds temporary files and doubles as a deletion hook. |
| RegistryClassLoader |
A subclass of
SecureClassLoader that derives classes and resource URLs from a registry delegation
chain. |
| Annotation Type | Description |
|---|---|
| Loader.EntryPoint |
A marker annotation for the entry point of a program after resource acquisition.
|
| Loader.LoadableResources |
An annotation in support of resource loading.
|
| Policy |
An annotation class for directing package class loading policy.
|