org.openejb.loader
Class SystemClassPath

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

public class SystemClassPath
extends BasicURLClassPath

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

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

SystemClassPath

public SystemClassPath()
Method Detail

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

getClassLoader

public java.lang.ClassLoader getClassLoader()


Copyright © 1999-2011 OpenEJB. All Rights Reserved.