Class chap9.ch9_fig3_FileLoader
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class chap9.ch9_fig3_FileLoader

java.lang.Object
   |
   +----java.lang.ClassLoader
           |
           +----chap9.ch9_fig3_FileLoader

class ch9_fig3_FileLoader
extends ClassLoader
A ClassLoader that can load an entire package (subdirectory of classes) given the filename of a single class file in that package. Keeps a Hashtable of class names, and tries to load any unresolved references as class files from the same directory as the one that the original class file came from.

This class is not public and can therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index