cascading.groovy.factory
Class SchemeFactory

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

public class SchemeFactory
extends BaseFactory


Constructor Summary
SchemeFactory()
           
 
Method Summary
protected  Scheme createSequenceFile(Object value, Map attributes)
           
protected  Scheme createTextLine(Object value, Map attributes)
           
 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

SchemeFactory

public SchemeFactory()
Method Detail

newInstance

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

createTextLine

protected Scheme createTextLine(Object value,
                                Map attributes)

createSequenceFile

protected Scheme createSequenceFile(Object value,
                                    Map attributes)


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