cascading.groovy.factory.assertion
Class AssertEqualsAllFactory

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.assertion.AssertEqualsAllFactory

public class AssertEqualsAllFactory
extends OperationFactory


Nested Class Summary
 
Nested classes/interfaces inherited from class cascading.groovy.factory.OperatorFactory
OperatorFactory.OperatorHolder
 
Constructor Summary
AssertEqualsAllFactory()
           
 
Method Summary
protected  Object getValues(Object value, Map attributes)
           
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

AssertEqualsAllFactory

public AssertEqualsAllFactory()
Method Detail

getValues

protected Object getValues(Object value,
                           Map attributes)

makeOperation

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


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