Class ClasspathClassLoader

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    @InternalApi
    @Deprecated
    public class ClasspathClassLoader
    extends URLClassLoader
    Deprecated.
    Is internal API
    Create a ClassLoader which loads classes using a CLASSPATH like String. If the String looks like a URL to a file (e.g. starts with file://) the file will be read with each line representing an path on the classpath.
    Author:
    Edwin Chan