Class MultiClassLoader

java.lang.Object
java.lang.ClassLoader
com.ganteater.ae.MultiClassLoader
Direct Known Subclasses:
JarClassLoader

public abstract class MultiClassLoader extends ClassLoader
A simple test class loader capable of loading from multiple sources, such as local files or a URL. This class is derived from an article by Chuck McManis http://www.javaworld.com/javaworld/jw-10-1996/indepth.src.html with large modifications. Note that this has been updated to use the non-deprecated version of defineClass() -- JDM.
Author:
Jack Harich - 8/18/97, John D. Mitchell - 99.03.04