public class ExcelRowTokenizerFactory extends Object implements LineTokenizerFactory<ExcelRow,ExcelCell>
| Modifier and Type | Field and Description |
|---|---|
protected ExcelFormat |
format |
| Constructor and Description |
|---|
ExcelRowTokenizerFactory() |
| Modifier and Type | Method and Description |
|---|---|
LineReader<ExcelRow> |
createLineReader()
initialize the lineReader.
|
LineTokenizer<ExcelRow,ExcelCell> |
createTokenizer(ExcelRow aLine)
create a line parser for the given line of data.
|
ExcelFormat |
getFormat() |
void |
setFormat(ExcelFormat format) |
protected ExcelFormat format
public ExcelFormat getFormat()
public void setFormat(ExcelFormat format)
public LineTokenizer<ExcelRow,ExcelCell> createTokenizer(ExcelRow aLine)
LineTokenizerFactorycreateTokenizer in interface LineTokenizerFactory<ExcelRow,ExcelCell>public LineReader<ExcelRow> createLineReader()
LineTokenizerFactorycreateLineReader in interface LineTokenizerFactory<ExcelRow,ExcelCell>Copyright © 2008-2016. All Rights Reserved.