com.agimatec.utility.fileimport
Interface LineTokenizer<Line,Single>

All Superinterfaces:
Enumeration<Single>
All Known Implementing Classes:
ExcelRowTokenizer

public interface LineTokenizer<Line,Single>
extends Enumeration<Single>

Description: responsible to read the data in a single line/row/record in enumeration-style
User: roman.stumm
Date: 28.08.2007
Time: 16:11:33
Copyright: Agimatec GmbH


Method Summary
 Single continueParse(Single aSingleValue, Line anotherRecord)
          Deprecated. should be handled internally (only csv files)
 boolean isLineIncomplete()
          Deprecated. should be handled internally (only csv files)
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

isLineIncomplete

boolean isLineIncomplete()
Deprecated. should be handled internally (only csv files)

Returns:
true when this line is incomplete - set after parsing all tokens

continueParse

Single continueParse(Single aSingleValue,
                     Line anotherRecord)
Deprecated. should be handled internally (only csv files)

Parameters:
aSingleValue -
anotherRecord -


Copyright © 2008-2011. All Rights Reserved.