cascading.groovy.factory
Class FlowFactory

java.lang.Object
  extended by AbstractFactory
      extended by cascading.groovy.factory.BaseFactory
          extended by cascading.groovy.factory.FlowFactory

public class FlowFactory
extends BaseFactory


Nested Class Summary
static class FlowFactory.FlowHolder
           
 
Constructor Summary
FlowFactory(Properties properties)
           
 
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

FlowFactory

public FlowFactory(Properties properties)
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.