org.apache.openejb.loader
Class ContextClassPath

java.lang.Object
  extended by org.apache.openejb.loader.BasicURLClassPath
      extended by org.apache.openejb.loader.ContextClassPath
All Implemented Interfaces:
ClassPath

public class ContextClassPath
extends BasicURLClassPath


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

ContextClassPath

public ContextClassPath()
Method Detail

getClassLoader

public java.lang.ClassLoader getClassLoader()

addJarsToPath

public void addJarsToPath(java.io.File dir)
                   throws java.lang.Exception
Throws:
java.lang.Exception

addJarToPath

public void addJarToPath(java.net.URL jar)
                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.