org.gcube.application.aquamaps.aquamapsservice.impl.db.managers.threads
Class StatefullCSVLineProcessor

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.impl.db.managers.threads.StatefullCSVLineProcessor

public class StatefullCSVLineProcessor
extends java.lang.Object


Constructor Summary
StatefullCSVLineProcessor(java.util.List<Field> model, Resource tofillResource, java.lang.Long totalCount, boolean[] fieldsmask)
           
 
Method Summary
 void close()
           
 boolean continueProcessing()
           
 void processDataLine(int arg0, java.util.List<java.lang.String> arg1)
           
 void processHeaderLine(int arg0, java.util.List<java.lang.String> arg1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefullCSVLineProcessor

public StatefullCSVLineProcessor(java.util.List<Field> model,
                                 Resource tofillResource,
                                 java.lang.Long totalCount,
                                 boolean[] fieldsmask)
Method Detail

continueProcessing

public boolean continueProcessing()

processDataLine

public void processDataLine(int arg0,
                            java.util.List<java.lang.String> arg1)

processHeaderLine

public void processHeaderLine(int arg0,
                              java.util.List<java.lang.String> arg1)

close

public void close()