public class InitializerProcessor extends Object implements net.sf.csv4j.CSVLineProcessor
| Constructor and Description |
|---|
InitializerProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueProcessing() |
List<org.gcube.data.analysis.tabulardata.model.column.Column> |
getColumns() |
int |
getRows() |
void |
onDataLine(int lineNumber,
List<String> fields) |
void |
onHeaderLine(int lineNumber,
List<String> fields) |
void |
processDataLine(int lineNumber,
List<String> fields) |
void |
processHeaderLine(int lineNumber,
List<String> fields) |
public void processHeaderLine(int lineNumber,
List<String> fields)
processHeaderLine in interface net.sf.csv4j.CSVLineProcessorpublic void processDataLine(int lineNumber,
List<String> fields)
processDataLine in interface net.sf.csv4j.CSVLineProcessorpublic boolean continueProcessing()
continueProcessing in interface net.sf.csv4j.CSVLineProcessorpublic int getRows()
public List<org.gcube.data.analysis.tabulardata.model.column.Column> getColumns()
Copyright © 2014. All Rights Reserved.