org.gcube.data.harmonization.occurrence.impl.readers.formats
Class OccurrenceCSVProcessor

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.impl.readers.formats.OccurrenceCSVProcessor
All Implemented Interfaces:
net.sf.csv4j.CSVLineProcessor

public class OccurrenceCSVProcessor
extends Object
implements net.sf.csv4j.CSVLineProcessor


Field Summary
protected static SimpleDateFormat FORMAT
           
 
Constructor Summary
OccurrenceCSVProcessor(org.gcube.data.spd.plugin.fwk.writers.rswrapper.ResultWrapper<org.gcube.data.spd.plugin.fwk.model.OccurrencePoint> wrapper, StreamProgress progress, CSVParserConfiguration config, org.apache.commons.io.input.CountingInputStream cis)
           
 
Method Summary
 boolean continueProcessing()
           
 void processDataLine(int arg0, List<String> arg1)
           
 void processHeaderLine(int arg0, List<String> arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT

protected static final SimpleDateFormat FORMAT
Constructor Detail

OccurrenceCSVProcessor

public OccurrenceCSVProcessor(org.gcube.data.spd.plugin.fwk.writers.rswrapper.ResultWrapper<org.gcube.data.spd.plugin.fwk.model.OccurrencePoint> wrapper,
                              StreamProgress progress,
                              CSVParserConfiguration config,
                              org.apache.commons.io.input.CountingInputStream cis)
Method Detail

continueProcessing

public boolean continueProcessing()
Specified by:
continueProcessing in interface net.sf.csv4j.CSVLineProcessor

processDataLine

public void processDataLine(int arg0,
                            List<String> arg1)
Specified by:
processDataLine in interface net.sf.csv4j.CSVLineProcessor

processHeaderLine

public void processHeaderLine(int arg0,
                              List<String> arg1)
Specified by:
processHeaderLine in interface net.sf.csv4j.CSVLineProcessor


Copyright © 2013. All Rights Reserved.