nl.coderight.jazz.batch.txt
Class TxtProcessor

java.lang.Object
  extended by nl.coderight.jazz.batch.BatchProcessor
      extended by nl.coderight.jazz.batch.txt.TxtProcessor

public class TxtProcessor
extends BatchProcessor


Constructor Summary
TxtProcessor()
           
 
Method Summary
protected  void addRecord(TxtRecord record)
           
protected  void handle(BatchRecord record)
           
 List<TxtRecord> readRecords(Batch batch)
           
 
Methods inherited from class nl.coderight.jazz.batch.BatchProcessor
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxtProcessor

public TxtProcessor()
Method Detail

readRecords

public List<TxtRecord> readRecords(Batch batch)
                            throws IOException
Throws:
IOException

handle

protected void handle(BatchRecord record)
Specified by:
handle in class BatchProcessor

addRecord

protected void addRecord(TxtRecord record)


Copyright 2010 CodeRight, All rights reserved.