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(java.lang.ClassLoader classLoader)
getClassLoader
public java.lang.ClassLoader getClassLoader()
getCommonLoader
public java.lang.ClassLoader getCommonLoader()
addJarsToPath
public void addJarsToPath(java.io.File dir)
throws java.lang.Exception
- Throws:
java.lang.Exception
addJarToPath
public void addJarToPath(java.net.URL jar)
throws java.lang.Exception
- Throws:
java.lang.Exception
_addJarToPath
public void _addJarToPath(java.net.URL jar)
throws java.lang.Exception
- Throws:
java.lang.Exception
rebuild
protected void rebuild()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.