Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.util » [javadoc | source]
org.apache.bsf.util
class: BSFClassLoader [javadoc | source]
java.lang.Object
   java.lang.ClassLoader
      org.apache.bsf.util.BSFClassLoader
This class loader knows to load a class from the tempDir dir of the environment of the given manager.
Field Summary
 Hashtable cache     
 String tempDir     
Constructor:
 BSFClassLoader() 
Method from org.apache.bsf.util.BSFClassLoader Summary:
loadClass,   setTempDir
Methods from java.lang.ClassLoader:
clearAssertionStatus,   getParent,   getResource,   getResourceAsStream,   getResources,   getSystemClassLoader,   getSystemResource,   getSystemResourceAsStream,   getSystemResources,   loadClass,   setClassAssertionStatus,   setDefaultAssertionStatus,   setPackageAssertionStatus
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.util.BSFClassLoader Detail:
 public synchronized Class loadClass(String name,
    boolean resolve) throws ClassNotFoundException 
 public  void setTempDir(String tempDir)