cascading.groovy.factory.assertion
Class AssertExpressionFactory

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

public class AssertExpressionFactory
extends OperationFactory


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

AssertExpressionFactory

public AssertExpressionFactory()
Method Detail

getExpression

protected String getExpression(Object value,
                               Map attributes)

getTypes

protected Class[] getTypes(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.