com.agimatec.utility.fileimport.spreadsheet
Class ExcelRowTokenizerFactory
java.lang.Object
com.agimatec.utility.fileimport.spreadsheet.ExcelRowTokenizerFactory
- All Implemented Interfaces:
- LineTokenizerFactory<ExcelRow,ExcelCell>
public class ExcelRowTokenizerFactory
- extends Object
- implements LineTokenizerFactory<ExcelRow,ExcelCell>
Description: create reader/tokenizer for xls spreadsheets
User: roman.stumm
Date: 11.06.2008
Time: 17:12:58
Copyright: Agimatec GmbH
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelRowTokenizerFactory
public ExcelRowTokenizerFactory()
createTokenizer
public LineTokenizer<ExcelRow,ExcelCell> createTokenizer(ExcelRow aLine)
- Description copied from interface:
LineTokenizerFactory
- create a line parser for the given line of data.
line parsers currently implement the Enumeration interface only.
- Specified by:
createTokenizer in interface LineTokenizerFactory<ExcelRow,ExcelCell>
createLineReader
public LineReader<ExcelRow> createLineReader()
- Description copied from interface:
LineTokenizerFactory
- initialize the lineReader.
- Specified by:
createLineReader in interface LineTokenizerFactory<ExcelRow,ExcelCell>
Copyright © 2008-2011. All Rights Reserved.