org.openejb.loader
Class ContextClassPath

java.lang.Object
  extended byorg.openejb.loader.BasicURLClassPath
      extended byorg.openejb.loader.ContextClassPath
All Implemented Interfaces:
ClassPath

public class ContextClassPath
extends BasicURLClassPath

Version:
$Revision: 1997 $ $Date: 2005-07-12 16:51:17 -0700 (Tue, 12 Jul 2005) $

Constructor Summary
ContextClassPath()
           
 
Method Summary
 void addJarsToPath(File dir)
           
 void addJarToPath(URL jar)
           
 ClassLoader getClassLoader()
           
 
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

ContextClassPath

public ContextClassPath()
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


Copyright © 1999-2007 OpenEJB. All Rights Reserved.