Example usage for org.springframework.batch.item ResourceAware interface-usage

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

Introduction

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

Usage

From source file org.jasig.ssp.util.importer.job.domain.RawItem.java

public class RawItem implements ResourceAware {

    private Resource resource;
    private Map<String, String> record;
    private Integer lineNumber;