Package org.apache.xbean.classpath
Class ContextClassPath
- java.lang.Object
-
- org.apache.xbean.classpath.SunURLClassPath
-
- org.apache.xbean.classpath.ContextClassPath
-
- All Implemented Interfaces:
ClassPath
public class ContextClassPath extends SunURLClassPath
-
-
Constructor Summary
Constructors Constructor Description ContextClassPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddJarsToPath(java.io.File dir)voidaddJarToPath(java.net.URL jar)java.lang.ClassLoadergetClassLoader()-
Methods inherited from class org.apache.xbean.classpath.SunURLClassPath
addJarsToPath, addJarToPath, getContextClassLoader, getURLClassPath
-
-
-
-
Method Detail
-
getClassLoader
public java.lang.ClassLoader getClassLoader()
-
addJarsToPath
public void addJarsToPath(java.io.File dir) throws java.lang.Exception- Throws:
java.lang.Exception
-
addJarToPath
public void addJarToPath(java.net.URL jar) throws java.lang.Exception- Throws:
java.lang.Exception
-
-