Interface LineTokenizer
- All Known Implementing Classes:
AbstractLineTokenizer,CompositeCustomerUpdateLineTokenizer,DelimitedLineTokenizer,FixedLengthTokenizer,PatternMatchingCompositeLineTokenizer,RegexLineTokenizer
public interface LineTokenizerInterface that is used by framework to split string obtained typically from a file into tokens.- Author:
- tomas.slanina, Mahmoud Ben Hassine
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldSettokenize(java.lang.String line)Yields the tokens resulting from the splitting of the suppliedline.
Method Detail
tokenize
FieldSet tokenize(@Nullable java.lang.String line)
Yields the tokens resulting from the splitting of the suppliedline.- Parameters:
line- the line to be tokenized (can benull)- Returns:
- the resulting tokens