org.logicalcobwebs.cglib.reflect
Class ConstructorDelegate

java.lang.Object
  extended by org.logicalcobwebs.cglib.reflect.ConstructorDelegate

public abstract class ConstructorDelegate
extends java.lang.Object

Version:
$Id: ConstructorDelegate.java,v 1.1 2003/12/12 19:28:13 billhorsman Exp $
Author:
Chris Nokleberg

Nested Class Summary
(package private) static interface ConstructorDelegate.ConstructorKey
           
static class ConstructorDelegate.Generator
           
 
Field Summary
private static ConstructorDelegate.ConstructorKey KEY_FACTORY
           
 
Constructor Summary
protected ConstructorDelegate()
           
 
Method Summary
static ConstructorDelegate create(java.lang.Class targetClass, java.lang.Class iface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_FACTORY

private static final ConstructorDelegate.ConstructorKey KEY_FACTORY
Constructor Detail

ConstructorDelegate

protected ConstructorDelegate()
Method Detail

create

public static ConstructorDelegate create(java.lang.Class targetClass,
                                         java.lang.Class iface)