public class ClassLoaderHandlerRegistry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassLoaderHandlerRegistry.ClassLoaderHandlerRegistryEntry
A list of fully-qualified ClassLoader class names paired with the ClassLoaderHandler that can handle them.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
AUTOMATIC_LIB_DIR_PREFIXES
Lib dirs whose jars should be added to the classpath automatically (to compensate for some classloaders not
explicitly listing these jars as classpath elements).
|
static java.lang.String[] |
AUTOMATIC_PACKAGE_ROOT_PREFIXES
Automatic classfile prefixes (to compensate for some classloaders not explicitly listing these prefixes as
part of the classpath element URL or path).
|
static java.util.List<ClassLoaderHandlerRegistry.ClassLoaderHandlerRegistryEntry> |
CLASS_LOADER_HANDLERS
Default ClassLoaderHandlers.
|
static ClassLoaderHandlerRegistry.ClassLoaderHandlerRegistryEntry |
FALLBACK_HANDLER
Fallback ClassLoaderHandler.
|
public static final java.util.List<ClassLoaderHandlerRegistry.ClassLoaderHandlerRegistryEntry> CLASS_LOADER_HANDLERS
public static final ClassLoaderHandlerRegistry.ClassLoaderHandlerRegistryEntry FALLBACK_HANDLER
public static final java.lang.String[] AUTOMATIC_LIB_DIR_PREFIXES
public static final java.lang.String[] AUTOMATIC_PACKAGE_ROOT_PREFIXES