|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.ClassLoader | +--java.security.SecureClassLoader | +--java.net.URLClassLoader | +--bsh.classpath.BshClassLoader
One of the things BshClassLoader does is to address a deficiency in URLClassLoader that prevents us from specifying individual classes via URLs.
Constructor Summary | |
protected |
BshClassLoader(BshClassManager classManager)
For use by children |
|
BshClassLoader(BshClassManager classManager,
BshClassPath bcp)
|
|
BshClassLoader(BshClassManager classManager,
java.net.URL[] bases)
|
Method Summary | |
void |
addURL(java.net.URL url)
|
protected java.lang.Class |
findClass(java.lang.String name)
Find the correct source for the class... |
java.lang.Class |
loadClass(java.lang.String name,
boolean resolve)
This modification allows us to reload classes which are in the Java VM user classpath. |
Methods inherited from class java.net.URLClassLoader |
definePackage, findResource, findResources, getPermissions, getURLs, newInstance, newInstance |
Methods inherited from class java.security.SecureClassLoader |
defineClass |
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BshClassLoader(BshClassManager classManager, java.net.URL[] bases)
bases
- URLs JARClassLoader seems to require absolute pathspublic BshClassLoader(BshClassManager classManager, BshClassPath bcp)
protected BshClassLoader(BshClassManager classManager)
Method Detail |
public void addURL(java.net.URL url)
addURL
in class java.net.URLClassLoader
public java.lang.Class loadClass(java.lang.String name, boolean resolve) throws java.lang.ClassNotFoundException
loadClass
in class java.lang.ClassLoader
java.lang.ClassNotFoundException
protected java.lang.Class findClass(java.lang.String name) throws java.lang.ClassNotFoundException
findClass
in class java.net.URLClassLoader
java.lang.ClassNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |