net.wotonomy.ui.swing.util
Class ClassGrabber

java.lang.Object
  extended by java.lang.ClassLoader
      extended by net.wotonomy.ui.swing.util.ClassGrabber

public class ClassGrabber
extends java.lang.ClassLoader

ClassGrabber is a class loader used by WindowGrabber. It simply loads classes by filename and nothing more. It exists mainly because the java 1.1 class loading framework doesn't easily allow the creation of class loaders nor the loading of arbitrary classes.

Version:
$Revision: 904 $ $Date: 2006-02-18 23:19:05 +0000 (Sat, 18 Feb 2006) $
Author:
michael@mpowers.net

Constructor Summary
ClassGrabber()
           
 
Method Summary
protected  java.lang.Class loadClass(java.lang.String name, boolean resolve)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassGrabber

public ClassGrabber()
Method Detail

loadClass

protected java.lang.Class loadClass(java.lang.String name,
                                    boolean resolve)
                             throws java.lang.ClassNotFoundException
Overrides:
loadClass in class java.lang.ClassLoader
Throws:
java.lang.ClassNotFoundException


Copyright © 2006 null. All Rights Reserved.