org.apache.openejb.loader
Interface ClassPath

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

public interface ClassPath


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-2011 The Apache OpenEJB development community. All Rights Reserved.