org.gcube.application.aquamaps.aquamapsportlet.servlet.db
Class SpeciesCSVProcessor

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsportlet.servlet.db.SpeciesCSVProcessor
All Implemented Interfaces:
net.sf.csv4j.CSVLineProcessor

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


Field Summary
 org.gcube.application.aquamaps.aquamapsservice.stubs.fw.types.ResourceStatus status
           
 
Constructor Summary
SpeciesCSVProcessor(DBSession session)
           
 
Method Summary
 void close()
           
 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

status

public org.gcube.application.aquamaps.aquamapsservice.stubs.fw.types.ResourceStatus status
Constructor Detail

SpeciesCSVProcessor

public SpeciesCSVProcessor(DBSession session)
                    throws Exception
Throws:
Exception
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

close

public void close()
           throws Exception
Throws:
Exception


Copyright © 2014. All Rights Reserved.