org.openejb.loader
Class TomcatClassPath

java.lang.Object
  extended byorg.openejb.loader.BasicURLClassPath
      extended byorg.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) $

Constructor Summary
TomcatClassPath()
           
TomcatClassPath(ClassLoader classLoader)
           
 
Method Summary
 void _addJarToPath(URL jar)
           
 void addJarsToPath(File dir)
           
 void addJarToPath(URL jar)
           
 ClassLoader getClassLoader()
           
protected  void rebuild()
           
 
Methods inherited from class org.openejb.loader.BasicURLClassPath
addJarsToPath, addJarToPath, getContextClassLoader, getURLClassPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatClassPath

public TomcatClassPath()

TomcatClassPath

public TomcatClassPath(ClassLoader classLoader)
Method Detail

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-2007 OpenEJB. All Rights Reserved.