|
Class Summary |
| BaseClassLoader |
This class overrides the SecureClassLoader class. |
| ClazzyURLConnection |
An instance of this class deals with "clazzy" URLs, of the form:
|
| ClazzyURLStreamHandlerFactory |
A URLStreamHandlerFactory implementation. |
| CompositeClassLoader |
This classloader delegates class lookups the Loader instances
that it encapsulates. |
| CompositeClassLoaderBuilder |
This class is a utility that parses a classpath and returns the corresponding classloader. |
| DefaultLoaderSelector |
This class implements a ClassLoaderSelector that accepts
"everything" (both of its methods systematically return true). |
| FileSystemClassLoader |
This class overrides the BaseClassLoader class and search
classes in a given directory. |
| Handler |
Implements a URLStreamHandler that creates ClazzyURLConnections. |
| JarClassLoader |
This class overrides the BaseClassLoader class and search
classes in a given jar file. |
| Utils |
Holds misc. |