Example usage for org.springframework.batch.item.file.transform LineTokenizer interface-usage

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

Introduction

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

Usage

From source file org.openmrs.module.bahmniexports.example.domain.trade.CompositeCustomerUpdateLineTokenizer.java

/**
 * Composite {@link LineTokenizer} that delegates the tokenization of a line to one of two potential
 * tokenizers.  The file format in this case uses one character, either F, A, U, or D to indicate 
 * whether or not the line is an a footer record, or a customer add, update, or delete, and 
 * will delegate accordingly.
 * 

From source file com.ifeng.computing.batch.job.reader.JsonLineTokenizer.java

/**
 * @version 0.1
 *
 * @author Hefei Li
 *
 * @since Nov 3, 2014