org.springframework.batch.item.file.transform
Class PrefixMatchingCompositeLineTokenizer

java.lang.Object
  extended by org.springframework.batch.item.file.transform.PrefixMatchingCompositeLineTokenizer
All Implemented Interfaces:
LineTokenizer

public class PrefixMatchingCompositeLineTokenizer
extends Object
implements LineTokenizer


Constructor Summary
PrefixMatchingCompositeLineTokenizer()
           
 
Method Summary
 void setTokenizers(Map tokenizers)
           
 FieldSet tokenize(String line)
          Yields the tokens resulting from the splitting of the supplied line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixMatchingCompositeLineTokenizer

public PrefixMatchingCompositeLineTokenizer()
Method Detail

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 © 2008 SpringSource. All Rights Reserved.