cascading.groovy.factory
Class GroupFactory

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

public class GroupFactory
extends BaseFactory


Nested Class Summary
static class GroupFactory.GroupHolder
           
 
Constructor Summary
GroupFactory()
           
 
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

GroupFactory

public GroupFactory()
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.