org.openejb.loader
Class TomcatClassPath
java.lang.Object
org.openejb.loader.BasicURLClassPath
org.openejb.loader.TomcatClassPath
- All Implemented Interfaces:
- ClassPath
- Direct Known Subclasses:
- WebAppClassPath
public class TomcatClassPath
- extends BasicURLClassPath
- Version:
- $Revision: 2490 $ $Date: 2006-02-22 19:32:23 -0800 (Wed, 22 Feb 2006) $
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()
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-2010 OpenEJB. All Rights Reserved.