| Interface | Description |
|---|---|
| ClassLoaderReference |
Implementors should provide access to a ClassLoader instance.
|
| ClassPath.ClassFile |
Contains information about file/ZIP entry of the Java class.
|
| Repository |
Abstract definition of a class repository.
|
| Class | Description |
|---|---|
| ByteSequence |
Utility class that implements a sequence of bytes which can be read
via the `readByte()' method.
|
| ClassLoaderRepository |
The repository maintains information about which classes have been loaded.
|
| ClassLoaderRepository.SoftHashMap | |
| ClassPath |
Responsible for loading (class) files from the CLASSPATH.
|
| DefaultClassLoaderReference |
Simplistic ClassLoaderReference that merely delegates to a classloader.
|
| NonCachingClassLoaderRepository |
The repository maintains information about which classes have been loaded.
|
| NonCachingClassLoaderRepository.SoftHashMap | |
| SyntheticRepository |
This repository is used in situations where a Class is created outside the realm of a ClassLoader.
|