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(File dir)
           
 void addJarToPath(URL dir)
           
 ClassLoader getClassLoader()
           
 

Method Detail

getClassLoader

ClassLoader getClassLoader()

addJarsToPath

void addJarsToPath(File dir)
                   throws Exception
Throws:
Exception

addJarToPath

void addJarToPath(URL dir)
                  throws Exception
Throws:
Exception


Copyright © 1999-2012 OpenEJB. All Rights Reserved.