Uses of Interface
org.springframework.batch.item.file.transform.LineAggregator

Packages that use LineAggregator
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.item.file.transform Infrastructure implementations of io file support transform concerns. 
 

Uses of LineAggregator in org.springframework.batch.item.file
 

Methods in org.springframework.batch.item.file with parameters of type LineAggregator
 void FlatFileItemWriter.setLineAggregator(LineAggregator lineAggregator)
          Public setter for the LineAggregator.
 

Uses of LineAggregator in org.springframework.batch.item.file.transform
 

Classes in org.springframework.batch.item.file.transform that implement LineAggregator
 class DelimitedLineAggregator
          Class used to create string representing object.
 class FixedLengthLineAggregator
          LineAggregator implementation which produces line by aggregating provided strings into columns with fixed length.
 

Methods in org.springframework.batch.item.file.transform with parameters of type LineAggregator
 void LineAggregatorItemTransformer.setAggregator(LineAggregator aggregator)
          Public setter for the LineAggregator.
 



Copyright © 2008 SpringSource. All Rights Reserved.