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

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

Introduction

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

Usage

From source file fr.acxio.tools.agia.io.IdentityResourceAwareItemReaderItemStream.java

/**
 * <p>
 * A Reader returning its Resource as its single record.
 * </p>
 * 
 * @author pcollardez

From source file org.works.batch.item.excel.jxl.JxlItemReader.java

/**
 * {@link ItemReader} implementation which uses the JExcelApi to read an Excel
 * file. It will read the file sheet for sheet and row for row. It is based on
 * the {@link org.springframework.batch.item.file.FlatFileItemReader}
 * 
 * @author Marten Deinum

From source file org.springframework.batch.item.json.JsonItemReader.java

/**
 * {@link ItemStreamReader} implementation that reads Json objects from a
 * {@link Resource} having the following format:
 * <p>
 * <code>
 * [

From source file org.works.batch.item.excel.AbstractExcelItemReader.java

/**
 * {@link ItemReader} implementation which uses the JExcelApi to read an Excel
 * file. It will read the file sheet for sheet and row for row. It is based on
 * the {@link org.springframework.batch.item.file.FlatFileItemReader}
 * 
 * @author Marten Deinum

From source file biz.deinum.multitenant.batch.item.excel.AbstractExcelItemReader.java

/**
 * {@link ItemReader} implementation which uses the JExcelApi to read an Excel
 * file. It will read the file sheet for sheet and row for row. It is based on
 * the {@link org.springframework.batch.item.file.FlatFileItemReader}
 *
 * @param <T> the type

From source file com.sg.socrates.service.item.excel.AbstractExcelItemReader.java

/**
 * {@link ItemReader} implementation which uses the JExcelApi to read an Excel
 * file. It will read the file sheet for sheet and row for row. It is based on
 * the {@link org.springframework.batch.item.file.FlatFileItemReader}
 *
 * @param <T> the type

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

/**
 * A Spring Batch item reader that uses a BeanIO stream mapping file to read items 
 * from 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 demons.studentsmanagesystem.excel.AbstractExcelItemReader.java

/**
 * {@link org.springframework.batch.item.ItemReader} implementation to read an Excel
 * file. It will read the file sheet for sheet and row for row. It is loosy based on
 * the {@link org.springframework.batch.item.file.FlatFileItemReader}
 *
 * @param <T> the type

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

public class RegexFileItemReader<T> extends AbstractItemCountingItemStreamItemReader<T>
        implements ResourceAwareItemReaderItemStream<T>, InitializingBean {

    private static Log logger = LogFactory.getLog(RegexFileItemReader.class);

    // default encoding for input files

From source file org.springframework.batch.item.excel.AbstractExcelItemReader.java

/**
 * {@link org.springframework.batch.item.ItemReader} implementation to read an Excel
 * file. It will read the file sheet for sheet and row for row. It is loosy based on
 * the {@link org.springframework.batch.item.file.FlatFileItemReader}
 *
 * @param <T> the type