Package edu.rice.cs.util.classloader

Some extensions of ClassLoader for various purposes.

See:
          Description

Interface Summary
StickyClassLoaderTest.BMaker  
 

Class Summary
LimitingClassLoader A class loader that does nothing but allow, at runtime, classes to be put on a list of "do not load" classes, which will be rejected from loading, even if they are available.
StickyClassLoader A ClassLoader that works as the union of two classloaders, but always tries to delegate to the first of these.
StickyClassLoaderTest Test cases for StickyClassLoader.
StickyClassLoaderTest.A  
StickyClassLoaderTest.A.B  
StickyClassLoaderTest.One  
StickyClassLoaderTest.Two  
ToolsJarClassLoader A class loader that tries to load classes from tools.jar.
 

Package edu.rice.cs.util.classloader Description

Some extensions of ClassLoader for various purposes.