Package org.apache.xbean.classpath
Interface ClassPath
-
- All Known Implementing Classes:
ContextClassPath,SunURLClassPath,SystemClassPath,TomcatClassPath,TomcatWebAppClassPath
public interface ClassPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddJarsToPath(java.io.File dir)voidaddJarToPath(java.net.URL dir)java.lang.ClassLoadergetClassLoader()
-