| Interface | Description |
|---|---|
| ClassLoaderHandler |
A ClassLoader handler.
|
| Class | Description |
|---|---|
| ClassLoaderHandlerRegistry |
The registry for ClassLoaderHandler classes.
|
| ClassLoaderHandlerRegistry.ClassLoaderHandlerRegistryEntry |
A list of fully-qualified ClassLoader class names paired with the ClassLoaderHandler that can handle them.
|
| EquinoxClassLoaderHandler |
Extract classpath entries from the Eclipse Equinox ClassLoader.
|
| FelixClassLoaderHandler |
Custom Class Loader Handler for OSGi Felix ClassLoader.
|
| Java9ClassLoaderHandler |
A basic ClassLoaderHandler that is able to extract the URLs from Java 9+ classloaders.
|
| JBossClassLoaderHandler |
Extract classpath entries from the JBoss ClassLoader.
|
| OSGiDefaultClassLoaderHandler | |
| URLClassLoaderHandler |
ClassLoaderHandler that is able to extract the URLs from a URLClassLoader.
|
| WeblogicClassLoaderHandler |
Extract classpath entries from the Weblogic ClassLoaders.
|
| WebsphereLibertyClassLoaderHandler |
WebsphereLibertyClassLoaderHandler.
|
| WebsphereTraditionalClassLoaderHandler |
| Enum | Description |
|---|---|
| ClassLoaderHandler.DelegationOrder |
The delegation order configuration for a given ClassLoader instance (this is usually PARENT_FIRST for most
ClassLoaders, but this can be overridden by some ClassLoaders, e.g.
|
Copyright © 2017. All rights reserved.