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 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 ClassLoader getContextClassLoader()
addJarToPath
protected void addJarToPath(URL jar,
URLClassLoader loader)
throws Exception
- Throws:
Exception
addJarsToPath
protected void addJarsToPath(File dir,
URLClassLoader loader)
throws Exception
- Throws:
Exception
getURLClassPath
protected sun.misc.URLClassPath getURLClassPath(URLClassLoader loader)
throws Exception
- Throws:
Exception
Copyright © 1999-2008 OpenEJB. All Rights Reserved.