com.agimatec.utility.fileimport
Interface LineTokenizerFactory<Line,SingleValue>

All Known Implementing Classes:
CSVStringTokenizerFactory, ExcelRowTokenizerFactory, FixedLengthStringTokenizerFactory

public interface LineTokenizerFactory<Line,SingleValue>

Description: create line tokenizers and line reader for a specific file format
User: roman.stumm
Date: 28.08.2007
Time: 16:31:35
Copyright: Agimatec GmbH


Method Summary
 LineReader<Line> createLineReader()
          initialize the lineReader.
 LineTokenizer<Line,SingleValue> createTokenizer(Line aLine)
          create a line parser for the given line of data.
 

Method Detail

createTokenizer

LineTokenizer<Line,SingleValue> createTokenizer(Line aLine)
create a line parser for the given line of data. line parsers currently implement the Enumeration interface only.


createLineReader

LineReader<Line> createLineReader()
initialize the lineReader.



Copyright © 2008-2011. All Rights Reserved.