org.gcube.contentmanagement.timeseriesservice.impl.thread
Class InsertThread.LineProcessor
java.lang.Object
org.gcube.contentmanagement.timeseriesservice.impl.thread.InsertThread.LineProcessor
- All Implemented Interfaces:
- net.sf.csv4j.CSVLineProcessor
- Enclosing class:
- InsertThread
public class InsertThread.LineProcessor
- extends Object
- implements net.sf.csv4j.CSVLineProcessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertThread.LineProcessor
public InsertThread.LineProcessor()
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 © 2012. All Rights Reserved.