Example usage for org.springframework.batch.core.partition.support MultiResourcePartitioner subclass-usage

List of usage examples for org.springframework.batch.core.partition.support MultiResourcePartitioner subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.partition.support MultiResourcePartitioner subclass-usage.

Usage

From source file de.langmi.spring.batch.examples.playground.file.multiresourcepartitioner.FiltersFoldersMultiResourcePartitioner.java

/**
 * Slightly customized MultiResourcePartitioner, provides a constructor which 
 * sets the resources according to some arguments.
 * Created for question at stackoverflow: http://stackoverflow.com/questions/7953550/multiresourceparitioner-in-spring-batch-to-accept-files-from-multiple-folders.
 *
 * @author Michael R. Lange <michael.r.lange@langmi.de>