cascading.groovy.factory
Class IdentityFactory

java.lang.Object
  extended by AbstractFactory
      extended by cascading.groovy.factory.BaseFactory
          extended by cascading.groovy.factory.OperatorFactory
              extended by cascading.groovy.factory.OperationFactory
                  extended by cascading.groovy.factory.IdentityFactory

public class IdentityFactory
extends OperationFactory


Nested Class Summary
 
Nested classes/interfaces inherited from class cascading.groovy.factory.OperatorFactory
OperatorFactory.OperatorHolder
 
Constructor Summary
IdentityFactory()
           
 
Method Summary
protected  Class[] createClassArray(ArrayList typesList)
           
protected  Operation makeOperation(Object value, Map attributes, Fields declaredFields)
           
 
Methods inherited from class cascading.groovy.factory.OperationFactory
newInstance, returnInstance
 
Methods inherited from class cascading.groovy.factory.BaseFactory
createFields, createIntegerArray, findRemove, getDeclaredFields, makeInstance, makePrimitive, rename, rename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityFactory

public IdentityFactory()
Method Detail

makeOperation

protected Operation makeOperation(Object value,
                                  Map attributes,
                                  Fields declaredFields)
Overrides:
makeOperation in class OperationFactory

createClassArray

protected Class[] createClassArray(ArrayList typesList)


Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.