cascading.groovy.factory.assertion
Class AssertEqualsFactory

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.AssertEqualsFactory

public class AssertEqualsFactory
extends OperationFactory


Nested Class Summary
 
Nested classes/interfaces inherited from class cascading.groovy.factory.OperatorFactory
OperatorFactory.OperatorHolder
 
Constructor Summary
AssertEqualsFactory()
           
 
Method Summary
protected  Comparable[] 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

AssertEqualsFactory

public AssertEqualsFactory()
Method Detail

getValues

protected Comparable[] 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.