org.codehaus.enunciate.bytecode
Class EnunciateInstrumentedClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.codehaus.enunciate.bytecode.EnunciateInstrumentedClassLoader

public class EnunciateInstrumentedClassLoader
extends java.lang.ClassLoader

Author:
Ryan Heaton

Constructor Summary
EnunciateInstrumentedClassLoader(java.lang.ClassLoader parent, InstrumentationInfo instrumentation)
           
 
Method Summary
 java.lang.Class<?> findClass(java.lang.String name)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, 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

EnunciateInstrumentedClassLoader

public EnunciateInstrumentedClassLoader(java.lang.ClassLoader parent,
                                        InstrumentationInfo instrumentation)
                                 throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

findClass

public java.lang.Class<?> findClass(java.lang.String name)
                             throws java.lang.ClassNotFoundException
Overrides:
findClass in class java.lang.ClassLoader
Throws:
java.lang.ClassNotFoundException