Uses of Interface
org.springframework.batch.item.file.FlatFileFooterCallback

Packages that use FlatFileFooterCallback
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.sample.support   
 

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

Methods in org.springframework.batch.item.file with parameters of type FlatFileFooterCallback
 void FlatFileItemWriter.setFooterCallback(FlatFileFooterCallback footerCallback)
          footerCallback will be called after writing the last item to file, but before the file is closed.
 

Uses of FlatFileFooterCallback in org.springframework.batch.sample.support
 

Classes in org.springframework.batch.sample.support that implement FlatFileFooterCallback
 class SummaryFooterCallback
          Writes summary info in the footer of a file.
 



Copyright © 2009 SpringSource. All Rights Reserved.