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

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

Introduction

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

Usage

From source file pl.altkom.sping.batch.sample.writter.ExcelExporterItemWriter.java

/**
 *
 * @author admin
 */
public class ExcelExporterItemWriter<T> extends AbstractItemStreamItemWriter<T>
        implements ResourceAwareItemWriterItemStream<T> {

From source file org.beanio.spring.BeanIOFlatFileItemWriter.java

/**
 * A Spring Batch item writer that uses a BeanIO stream mapping file to write items 
 * to a flat file.  Restart capabilities are fully supported.
 * 
 * <p>This implementation requires Spring 2.5 or greater, and Spring Batch 2.1.x.</p>
 *  

From source file org.springframework.batch.item.file.FlatFileItemWriter.java

/**
 * This class is an item writer that writes data to a file or stream. The writer
 * also provides restart. The location of the output file is defined by a
 * {@link Resource} and must represent a writable file.<br>
 * 
 * Uses buffered writer to improve performance.<br>

From source file org.springframework.batch.item.support.AbstractFileItemWriter.java

/**
 * Base class for item writers that write data to a file or stream.
 * This class provides common features like restart, force sync, append etc.
 * The location of the output file is defined by a {@link Resource} which must
 * represent a writable file.<br>
 * 

From source file me.andpay.ti.spring.batch.FlatFileItemWriter.java

/**
 * This class is an item writer that writes data to a file or stream. The writer
 * also provides restart. The location of the output file is defined by a
 * {@link Resource} and must represent a writable file.<br/>
 * 
 * Uses buffered writer to improve performance.<br/>

From source file lcn.module.batch.core.item.file.PartitionFlatFileItemWriter.java

/**
 * Partition    ?  ? target?? Write. writer  scope=step ?
 *  .
 * 
 * @author 
 * @since 2012. 07.30

From source file egovframework.rte.bat.core.item.file.EgovPartitionFlatFileItemWriter.java

/**
 * Partition    ?  ? target?? Write. writer  scope=step ?
 *  .
 * 
 * @author 
 * @since 2012. 07.30

From source file lcn.module.batch.web.guide.support.ExPartitionFlatFileItemWriter.java

/**
 * Partition    ?  ? target?? Write. writer  scope=step ?
 *  .
 * 
 * @author 
 * @since 2012. 07.30

From source file org.emonocot.job.io.StaxEventItemWriter.java

/**
 * An implementation of {@link ItemWriter} which uses StAX and
 * {@link Marshaller} for serializing object to XML.
 *
 * This item writer also provides restart, statistics and transaction features
 * by implementing corresponding interfaces.

From source file org.springframework.batch.item.xml.StaxEventItemWriter.java

/**
 * An implementation of {@link ItemWriter} which uses StAX and
 * {@link Marshaller} for serializing object to XML.
 * 
 * This item writer also provides restart, statistics and transaction features
 * by implementing corresponding interfaces.