- java.lang.Object
-
- org.duracloud.snapshot.service.impl.StepExecutionSupport
-
- org.duracloud.snapshot.service.impl.FileSystemReader
-
- All Implemented Interfaces:
org.springframework.batch.core.StepExecutionListener,org.springframework.batch.core.StepListener,org.springframework.batch.item.ItemReader<File>
public class FileSystemReader extends StepExecutionSupport implements org.springframework.batch.item.ItemReader<File>
- Author:
- Daniel Bernstein Date: Jul 16, 2014
-
-
Field Summary
-
Fields inherited from class org.duracloud.snapshot.service.impl.StepExecutionSupport
ERRORS_KEY, ITEMS_READ_KEY
-
-
Constructor Summary
Constructors Constructor Description FileSystemReader(File rootDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Fileread()-
Methods inherited from class org.duracloud.snapshot.service.impl.StepExecutionSupport
addError, addToItemsRead, addToLong, afterStep, beforeStep, clearErrors, failExecution, getErrors, getExecutionContext, getItemsRead, getLongValue, getStepExecution, resetContextState, setIsTest, skipLinesAlreadyRead, verifySpace
-
-
-
-
Constructor Detail
-
FileSystemReader
public FileSystemReader(File rootDirectory)
-
-