org.openejb.loader
Class BasicURLClassPath
java.lang.Object
org.openejb.loader.BasicURLClassPath
- All Implemented Interfaces:
- ClassPath
- Direct Known Subclasses:
- ContextClassPath, SystemClassPath, TomcatClassPath
public abstract class BasicURLClassPath
- extends java.lang.Object
- implements ClassPath
- Version:
- $Revision: 1997 $ $Date: 2005-07-12 16:51:17 -0700 (Tue, 12 Jul 2005) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicURLClassPath
public BasicURLClassPath()
getContextClassLoader
public static java.lang.ClassLoader getContextClassLoader()
addJarToPath
protected void addJarToPath(java.net.URL jar,
java.net.URLClassLoader loader)
throws java.lang.Exception
- Throws:
java.lang.Exception
addJarsToPath
protected void addJarsToPath(java.io.File dir,
java.net.URLClassLoader loader)
throws java.lang.Exception
- Throws:
java.lang.Exception
getURLClassPath
protected sun.misc.URLClassPath getURLClassPath(java.net.URLClassLoader loader)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 1999-2011 OpenEJB. All Rights Reserved.