public abstract class BasicURLClassPath extends Object implements ClassPath
| Constructor and Description |
|---|
BasicURLClassPath() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addJarsToPath(File dir,
URLClassLoader loader) |
protected void |
addJarToPath(URL jar,
URLClassLoader loader) |
static ClassLoader |
getContextClassLoader() |
protected Object |
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 Object getURLClassPath(URLClassLoader loader) throws Exception
ExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.