See: Description
| Interface | Description |
|---|---|
| ClassLoaderFactory.ErrorHandler |
To handle errors during class loading.
|
| LoadingPolicy |
Represents the class loading policy.
|
| Class | Description |
|---|---|
| ClassLoaderFactory |
A factory class that creates ClassLoader object.
|
| MyClassLoader |
The ClassLoader implementation that can accept additional URL
for class path.
It also queries a LoadingPolicy object to decide its class loading behavior. |
| SimpleLoadingPolicy |
A simple mutable implementation of LoadingPolicy interface.
|