Interface | Description |
---|---|
BaseClassLoader |
The actual class loader object used to define classes for a classpath manager.
|
ParallelClassLoader |
A parallel class loader.
|
Class | Description |
---|---|
ClasspathEntry |
A ClasspathEntry contains a single
BundleFile which is used as
a source to load classes and resources from, and a single
ProtectionDomain which is used as the domain to define classes
loaded from this ClasspathEntry. |
ClasspathManager |
A helper class for
BaseClassLoader implementations. |
FragmentClasspath |
A FragmentClasspath contains all the
ClasspathEntry objects for a fragment
BaseData . |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.