Interface | Description |
---|---|
IClassLoadStrategy |
The interface implemented by any classloader selection Strategy used with
ClassLoaderResolver API. |
Class | Description |
---|---|
ClassLoaderResolver |
This non-instantiable non-subclassable class acts as the global point for
choosing a ClassLoader for dynamic class/resource loading at any point
in an application.
|
DefaultClassLoadStrategy |
A default implementation of
IClassLoadStrategy that should be
suitable for a variety of situations. |
Resource |
Represents a resource matching a search.
|
ResourceLoader |
A static API that can be used as a drop-in replacement for
java.lang.ClassLoader API (the class/resource loading part).
|