public class InitializerProcessor extends Object implements net.sf.csv4j.CSVLineProcessor
| Constructor and Description |
|---|
InitializerProcessor(List<Boolean> fieldMask) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
continueProcessing() |
List<org.gcube.data.analysis.tabulardata.model.column.Column> |
getColumns() |
int[] |
getFieldlenghts() |
protected File |
getOutputFile() |
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 InitializerProcessor(List<Boolean> fieldMask) throws IOException
IOExceptionpublic 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[] getFieldlenghts()
public int getRows()
public List<org.gcube.data.analysis.tabulardata.model.column.Column> getColumns()
protected File getOutputFile()
public void close()
Copyright © 2019. All Rights Reserved.