Package org.springframework.batch.item.file.transform

Infrastructure implementations of io file support transform concerns.

See:
          Description

Interface Summary
LineAggregator Interface used to create string used to create string representing object.
LineTokenizer Interface that is used by framework to split string obtained typically from a file into tokens.
 

Class Summary
AbstractLineTokenizer Abstract class handling common concerns of various LineTokenizer implementations such as dealing with names and actual construction of FieldSet
Alignment  
DelimitedLineAggregator Class used to create string representing object.
DelimitedLineTokenizer  
FixedLengthLineAggregator LineAggregator implementation which produces line by aggregating provided strings into columns with fixed length.
FixedLengthTokenizer Tokenizer used to process data obtained from files with fixed-length format.
LineAggregatorItemTransformer An ItemTransformer that expects a String[] as input and delegates to a LineAggregator.
PrefixMatchingCompositeLineTokenizer  
Range A class to represent ranges.
RangeArrayPropertyEditor Property editor implementation which parses string and creates array of ranges.
RecursiveCollectionItemTransformer An implementation of ItemTransformer that treats its argument specially if it is an array or collection.
 

Exception Summary
ConversionException  
FlatFileFormatException Exception indicating that some type of error has occured while attempting to parse a line of input into tokens.
IncorrectLineLengthException Exception indicating that the line size expected is different from what is expected.
IncorrectTokenCountException Exception indicating that an incorrect number of tokens have been found while parsing a file.
 

Package org.springframework.batch.item.file.transform Description

Infrastructure implementations of io file support transform concerns.



Copyright © 2009 SpringSource. All Rights Reserved.