org.openejb.loader
Interface ClassPath

All Known Implementing Classes:
BasicURLClassPath

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

public ClassLoader getClassLoader()

addJarsToPath

public void addJarsToPath(File dir)
                   throws Exception
Throws:
Exception

addJarToPath

public void addJarToPath(URL dir)
                  throws Exception
Throws:
Exception


Copyright © 1999-2007 OpenEJB. All Rights Reserved.