koala.dynamicjava.interpreter.context
Class GlobalContext.PseudoClassLoader

java.lang.Object
  |
  +--java.lang.ClassLoader
        |
        +--koala.dynamicjava.interpreter.context.GlobalContext.PseudoClassLoader
Enclosing class:
GlobalContext

protected class GlobalContext.PseudoClassLoader
extends java.lang.ClassLoader

To test the existance of a class without loading it


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

Constructor Detail

GlobalContext.PseudoClassLoader

protected GlobalContext.PseudoClassLoader()
Method Detail

findClass

protected java.lang.Class findClass(java.lang.String name)
                             throws java.lang.ClassNotFoundException
Finds the specified class.
Overrides:
findClass in class java.lang.ClassLoader
Parameters:
name - the name of the class
Returns:
the resulting Class object
Throws:
java.lang.ClassNotFoundException - if the class could not be find


Copyright © 2001 Stephane Hillion. All Rights Reserved.