org.apache.xbean.classpath
Class TomcatClassPath
java.lang.Object
org.apache.xbean.classpath.SunURLClassPath
org.apache.xbean.classpath.TomcatClassPath
- All Implemented Interfaces:
- ClassPath
- Direct Known Subclasses:
- TomcatWebAppClassPath
public class TomcatClassPath
- extends SunURLClassPath
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
addRepository
public void addRepository(String path)
throws Exception
- Throws:
Exception
rebuild
protected void rebuild()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.