org.apache.openejb.loader
Interface ClassPath
- All Known Implementing Classes:
- BasicURLClassPath, ContextClassPath, SystemClassPath, TomcatClassPath, WebAppClassPath
public interface ClassPath
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 The Apache OpenEJB development community. All Rights Reserved.