org.galagosearch.tupleflow
Interface Processor<T>

All Superinterfaces:
Step
All Known Implementing Classes:
FileOrderedWriter, Multi, NullProcessor, OrderedWriter, Sorter, Splitter, StandardStep, Unique, XMLMinimum

public interface Processor<T>
extends Step


Method Summary
 void close()
           
 void process(T object)
           
 

Method Detail

process

void process(T object)
             throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.