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 void
addJarsToPath(java.io.File dir)
void
addJarToPath(java.net.URL dir)
java.lang.ClassLoader
getClassLoader()
-