cascading.groovy.factory
Class OperatorFactory

java.lang.Object
  extended by AbstractFactory
      extended by cascading.groovy.factory.BaseFactory
          extended by cascading.groovy.factory.OperatorFactory
Direct Known Subclasses:
OperationFactory

public class OperatorFactory
extends BaseFactory


Nested Class Summary
static class OperatorFactory.OperatorHolder
           
 
Constructor Summary
OperatorFactory()
           
 
Method Summary
 Object newInstance(FactoryBuilderSupport builder, Object type, Object value, Map attributes)
           
 
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

OperatorFactory

public OperatorFactory()
Method Detail

newInstance

public Object newInstance(FactoryBuilderSupport builder,
                          Object type,
                          Object value,
                          Map attributes)
                   throws InstantiationException,
                          IllegalAccessException
Throws:
InstantiationException
IllegalAccessException


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