public class SpeciesCSVProcessor extends Object implements net.sf.csv4j.CSVLineProcessor
Modifier and Type | Field and Description |
---|---|
org.gcube.application.aquamaps.aquamapsservice.stubs.fw.types.ResourceStatus |
status |
Constructor and Description |
---|
SpeciesCSVProcessor(DBSession session) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
continueProcessing() |
void |
processDataLine(int arg0,
List<String> arg1) |
void |
processHeaderLine(int arg0,
List<String> arg1) |
public org.gcube.application.aquamaps.aquamapsservice.stubs.fw.types.ResourceStatus status
public boolean continueProcessing()
continueProcessing
in interface net.sf.csv4j.CSVLineProcessor
public void processDataLine(int arg0, List<String> arg1)
processDataLine
in interface net.sf.csv4j.CSVLineProcessor
public void processHeaderLine(int arg0, List<String> arg1)
processHeaderLine
in interface net.sf.csv4j.CSVLineProcessor
Copyright © 2018. All Rights Reserved.