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

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

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.
 



Copyright © 2013 SpringSource. All Rights Reserved.