public class ExcelRowTokenizerFactory extends Object implements LineTokenizerFactory<ExcelRow,ExcelCell>
| 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.
|
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-2015. All Rights Reserved.