nl.coderight.jazz.batch.csv
Class CsvProcessor

java.lang.Object
  extended by nl.coderight.jazz.batch.BatchProcessor
      extended by nl.coderight.jazz.batch.csv.CsvProcessor

public class CsvProcessor
extends BatchProcessor


Constructor Summary
CsvProcessor()
           
CsvProcessor(char delimiter)
           
 
Method Summary
protected  void addRecord(CsvRecord record)
           
protected  void handle(BatchRecord record)
           
 List<CsvRecord> 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

CsvProcessor

public CsvProcessor()

CsvProcessor

public CsvProcessor(char delimiter)
Method Detail

readRecords

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

handle

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

addRecord

protected void addRecord(CsvRecord record)


Copyright 2010 CodeRight, All rights reserved.