cascading.groovy.factory.assertion
Class AssertMatchesFactory

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.regex.RegexOperationFactory
                      extended by cascading.groovy.factory.assertion.AssertMatchesFactory

public class AssertMatchesFactory
extends RegexOperationFactory


Nested Class Summary
 
Nested classes/interfaces inherited from class cascading.groovy.factory.OperatorFactory
OperatorFactory.OperatorHolder
 
Constructor Summary
AssertMatchesFactory(Class type)
           
 
Method Summary
protected  Operation makeOperation(Object value, Map attributes, Fields declaredFields)
           
 
Methods inherited from class cascading.groovy.factory.regex.RegexOperationFactory
getPattern
 
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

AssertMatchesFactory

public AssertMatchesFactory(Class type)
Method Detail

makeOperation

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


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