public abstract class SunURLClassPath extends Object implements ClassPath
Constructor and Description |
---|
SunURLClassPath() |
Modifier and Type | Method and Description |
---|---|
protected void |
addJarsToPath(File dir,
URLClassLoader loader) |
protected void |
addJarToPath(URL jar,
URLClassLoader loader) |
static ClassLoader |
getContextClassLoader() |
protected sun.misc.URLClassPath |
getURLClassPath(URLClassLoader loader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addJarsToPath, addJarToPath, getClassLoader
public static ClassLoader getContextClassLoader()
protected void addJarToPath(URL jar, URLClassLoader loader) throws Exception
Exception
protected void addJarsToPath(File dir, URLClassLoader loader) throws Exception
Exception
protected sun.misc.URLClassPath getURLClassPath(URLClassLoader loader) throws Exception
Exception
Copyright © 2005-2017. All Rights Reserved.