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, waitaddJarsToPath, addJarToPath, getClassLoaderpublic static ClassLoader getContextClassLoader()
protected void addJarToPath(URL jar, URLClassLoader loader) throws Exception
Exceptionprotected void addJarsToPath(File dir, URLClassLoader loader) throws Exception
Exceptionprotected sun.misc.URLClassPath getURLClassPath(URLClassLoader loader) throws Exception
ExceptionCopyright © 2005-2014. All Rights Reserved.