org.openejb.loader
Interface ClassPath

All Known Implementing Classes:
BasicURLClassPath, ContextClassPath, SystemClassPath, TomcatClassPath, WebAppClassPath

public interface ClassPath

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

Method Summary
 void addJarsToPath(java.io.File dir)
           
 void addJarToPath(java.net.URL dir)
           
 java.lang.ClassLoader getClassLoader()
           
 

Method Detail

getClassLoader

java.lang.ClassLoader getClassLoader()

addJarsToPath

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

addJarToPath

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


Copyright © 1999-2011 OpenEJB. All Rights Reserved.