| Package | Description |
|---|---|
| org.shared.metaclass |
A package of metaclass utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemRegistry
An implementation of
ResourceRegistry that consults the file system for resources. |
class |
JarRegistry
|
class |
RegistryClassLoader
A subclass of
SecureClassLoader that derives classes and resource URLs from a registry delegation
chain. |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<ResourceRegistry,MetaclassBase.TemporaryFileSet> |
MetaclassBase.rrToTfsMap
A weak mapping from
ResourceRegistrys to MetaclassBase.TemporaryFileSets. |
| Modifier and Type | Method and Description |
|---|---|
RegistryClassLoader |
RegistryClassLoader.addRegistry(ResourceRegistry registry)
Adds a registry to the delegation chain.
|
static URL |
MetaclassBase.getResourceAsTemporaryFile(ResourceRegistry registry,
String pathname)
Gets a resource from the given registry as a temporary file.
|