Uses of Package
edu.rice.cs.util.classloader

Packages that use edu.rice.cs.util.classloader
edu.rice.cs.drjava.model.repl Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. 
edu.rice.cs.util.classloader Some extensions of ClassLoader for various purposes. 
 

Classes in edu.rice.cs.util.classloader used by edu.rice.cs.drjava.model.repl
StickyClassLoader
          A ClassLoader that works as the union of two classloaders, but always tries to delegate to the first of these.
 

Classes in edu.rice.cs.util.classloader used by edu.rice.cs.util.classloader
StickyClassLoaderTest.BMaker
           
StickyClassLoaderTest.One