org.galagosearch.tupleflow
Class NullProcessor<T>

java.lang.Object
  extended by org.galagosearch.tupleflow.NullProcessor<T>
All Implemented Interfaces:
Processor<T>, Step

public class NullProcessor<T>
extends java.lang.Object
implements Processor<T>

Author:
trevor

Constructor Summary
NullProcessor()
           
NullProcessor(java.lang.Class<T> inputClass)
           
NullProcessor(TupleFlowParameters parameters)
           
 
Method Summary
 void close()
           
static java.lang.String getInputClass(TupleFlowParameters parameters)
           
static java.lang.String[] getInputOrder(TupleFlowParameters parameters)
           
 void process(T object)
           
static void verify(TupleFlowParameters parameters, ErrorHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullProcessor

public NullProcessor()

NullProcessor

public NullProcessor(TupleFlowParameters parameters)
              throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

NullProcessor

public NullProcessor(java.lang.Class<T> inputClass)
Method Detail

process

public void process(T object)
Specified by:
process in interface Processor<T>

close

public void close()
Specified by:
close in interface Processor<T>

getInputClass

public static java.lang.String getInputClass(TupleFlowParameters parameters)

getInputOrder

public static java.lang.String[] getInputOrder(TupleFlowParameters parameters)

verify

public static void verify(TupleFlowParameters parameters,
                          ErrorHandler handler)


Copyright © 2009. All Rights Reserved.