Class ClassLoaderHandlerRegistry


  • public class ClassLoaderHandlerRegistry
    extends java.lang.Object
    The registry for ClassLoaderHandler classes.
    • Field Detail

      • AUTOMATIC_LIB_DIR_PREFIXES

        public static final 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).
      • AUTOMATIC_PACKAGE_ROOT_PREFIXES

        public static final 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).
    • Constructor Detail

      • ClassLoaderHandlerRegistry

        private ClassLoaderHandlerRegistry()
        Constructor.