Class Summary |
Constants |
|
Extension |
Utility class that represents either an available "Optional Package"
(formerly known as "Standard Extension") as described in the manifest
of a JAR file, or the requirement for such an optional package. |
FileClassLoader |
Implementation of java.lang.ClassLoader that knows how to load
classes from disk directories and JAR files. |
StandardClassLoader |
Subclass implementation of java.net.URLClassLoader that knows how
to load classes from disk directories, as well as local and remote JAR
files. |
StandardLoader |
Standard implementation of the Loader interface that wraps the
AdaptiveClassLoader implementation imported from the
Apache JServ project. |