| Class | Description |
|---|---|
| AbstractClassLoader |
Abstract class loader that can load classes from different resources
|
| ClasspathResources |
Class that builds a local classpath by loading resources from different
files/paths
|
| Configuration |
General configuration using System properties
|
| JarClassLoader |
Reads the class bytes from jar files and other resources using
ClasspathResources
|
| JarResources |
JarResources reads jar files and loads the class content/bytes in a HashMap
|
| ProxyClassLoader |
| Enum | Description |
|---|---|
| ResourceType |
Enumeration for different resource types
|