org.codehaus.plexus.component.connector
Class ConnectorGenerator.SyntheticClassLoader

java.lang.Object
  extended byjava.lang.ClassLoader
      extended byorg.codehaus.plexus.component.connector.ConnectorGenerator.SyntheticClassLoader
Enclosing class:
ConnectorGenerator

public class ConnectorGenerator.SyntheticClassLoader
extends java.lang.ClassLoader


Nested Class Summary
 
Nested classes inherited from class java.lang.ClassLoader
 
Field Summary
private  org.objectweb.asm.ClassWriter classWriter
           
 
Fields inherited from class java.lang.ClassLoader
 
Constructor Summary
ConnectorGenerator.SyntheticClassLoader(java.lang.ClassLoader parent, org.objectweb.asm.ClassWriter classWriter)
           
 
Method Summary
protected  java.lang.Class findClass(java.lang.String className)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, 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
 

Field Detail

classWriter

private org.objectweb.asm.ClassWriter classWriter
Constructor Detail

ConnectorGenerator.SyntheticClassLoader

public ConnectorGenerator.SyntheticClassLoader(java.lang.ClassLoader parent,
                                               org.objectweb.asm.ClassWriter classWriter)
Method Detail

findClass

protected java.lang.Class findClass(java.lang.String className)
                             throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException