Class ConstructorDelegate


  • public abstract class ConstructorDelegate
    extends java.lang.Object
    Version:
    $Id: ConstructorDelegate.java,v 1.20 2006/03/05 02:43:19 herbyderby Exp $
    Author:
    Chris Nokleberg
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ConstructorDelegate()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • ConstructorDelegate

        protected ConstructorDelegate()
    • Method Detail

      • create

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