org.springframework.batch.item.file.transform
Class PrefixMatchingCompositeLineTokenizer
java.lang.Object
org.springframework.batch.item.file.transform.PrefixMatchingCompositeLineTokenizer
- All Implemented Interfaces:
- LineTokenizer
public class PrefixMatchingCompositeLineTokenizer
- extends Object
- implements LineTokenizer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrefixMatchingCompositeLineTokenizer
public PrefixMatchingCompositeLineTokenizer()
setTokenizers
public void setTokenizers(Map tokenizers)
tokenize
public FieldSet tokenize(String line)
- Description copied from interface:
LineTokenizer
- Yields the tokens resulting from the splitting of the supplied
line
.
- Specified by:
tokenize
in interface LineTokenizer
- Parameters:
line
- the line to be tokenized (can be null
)
- Returns:
- the resulting tokens
Copyright © 2009 SpringSource. All Rights Reserved.