org.apache.openejb.loader
Class BasicURLClassPath
java.lang.Object
org.apache.openejb.loader.BasicURLClassPath
- All Implemented Interfaces:
- ClassPath
- Direct Known Subclasses:
- ContextClassPath, SystemClassPath, TomcatClassPath
public abstract class BasicURLClassPath
- extends java.lang.Object
- implements ClassPath
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 The Apache OpenEJB development community. All Rights Reserved.