Example usage for org.springframework.batch.item.file FlatFileFooterCallback interface-usage

List of usage examples for org.springframework.batch.item.file FlatFileFooterCallback interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.file FlatFileFooterCallback interface-usage.

Usage

From source file fr.francetelecom.callback.ItemReaderFooter.java

/**
 *
 * @author GVLJ3568
 */
public class ItemReaderFooter implements ItemWriter<Report>, FlatFileFooterCallback {

From source file kr.okplace.job.support.SummaryFooterCallback.java

/**
 * Writes summary info in the footer of a file.
 */
public class SummaryFooterCallback extends StepExecutionListenerSupport implements FlatFileFooterCallback {

    private StepExecution stepExecution;

From source file de.langmi.spring.batch.examples.playground.file.footer.callback.CustomWriter.java

/**
 * Writer for Groking http://stackoverflow.com/questions/8815958/writing-header-and-footer-to-the-output-file-for-a-database-to-file-job.
 * 
 * @author Michael R. Lange <michael.r.lange@langmi.de>
 */
public class CustomWriter implements ItemWriter<String>, FlatFileFooterCallback {