org.apache.openejb.loader
Class TomcatClassPath

java.lang.Object
  extended by org.apache.openejb.loader.BasicURLClassPath
      extended by org.apache.openejb.loader.TomcatClassPath
All Implemented Interfaces:
ClassPath
Direct Known Subclasses:
WebAppClassPath

public class TomcatClassPath
extends BasicURLClassPath


Constructor Summary
TomcatClassPath()
           
TomcatClassPath(ClassLoader classLoader)
           
 
Method Summary
 void _addJarToPath(URL jar)
           
 void addJarsToPath(File dir)
           
 void addJarToPath(URL jar)
           
 ClassLoader getClassLoader()
           
 ClassLoader getCommonLoader()
           
protected  void rebuild()
           
 
Methods inherited from class org.apache.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()

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-2011 The Apache OpenEJB development community. All Rights Reserved.