org.gcube.data.analysis.statisticalmanager.dataspace.importer
Class CSVLineProcessorTimeSeries

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.dataspace.importer.CSVAbstractLineProcessor
      extended by org.gcube.data.analysis.statisticalmanager.dataspace.importer.CSVLineProcessorTimeSeries
All Implemented Interfaces:
net.sf.csv4j.CSVLineProcessor

public class CSVLineProcessorTimeSeries
extends CSVAbstractLineProcessor


Field Summary
 
Fields inherited from class org.gcube.data.analysis.statisticalmanager.dataspace.importer.CSVAbstractLineProcessor
colNames, separator, sqlTypes
 
Constructor Summary
CSVLineProcessorTimeSeries(String separator)
           
 
Method Summary
 boolean continueProcessing()
           
 File getFile()
           
 boolean isTimeFound()
           
 void processDataLine(int arg0, List<String> fields)
           
 
Methods inherited from class org.gcube.data.analysis.statisticalmanager.dataspace.importer.CSVAbstractLineProcessor
getColsName, getSqlType, processHeaderLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVLineProcessorTimeSeries

public CSVLineProcessorTimeSeries(String separator)
                           throws IOException
Throws:
IOException
Method Detail

continueProcessing

public boolean continueProcessing()

processDataLine

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

isTimeFound

public boolean isTimeFound()

getFile

public File getFile()


Copyright © 2012. All Rights Reserved.