org.apache.openejb.loader
Class TomcatClassPath
java.lang.Object
org.apache.openejb.loader.BasicURLClassPath
org.apache.openejb.loader.TomcatClassPath
- All Implemented Interfaces:
- ClassPath
- Direct Known Subclasses:
- WebAppClassPath
public class TomcatClassPath
- extends BasicURLClassPath
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatClassPath
public TomcatClassPath()
TomcatClassPath
public TomcatClassPath(ClassLoader classLoader)
getClassLoader
public ClassLoader getClassLoader()
getCommonLoader
public ClassLoader getCommonLoader()
addJarsToPath
public void addJarsToPath(File dir)
throws Exception
- Throws:
Exception
addJarToPath
public void addJarToPath(URL jar)
throws Exception
- Throws:
Exception
_addJarToPath
public void _addJarToPath(URL jar)
throws Exception
- Throws:
Exception
rebuild
protected void rebuild()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.