Package | Description |
---|---|
org.springframework.batch.core.step.job |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJobParametersExtractor
Simple implementation of
JobParametersExtractor which pulls
parameters with named keys out of the step execution context and the job
parameters of the surrounding job. |
Modifier and Type | Method and Description |
---|---|
void |
JobStep.setJobParametersExtractor(JobParametersExtractor jobParametersExtractor)
The
JobParametersExtractor is used to extract
JobParametersExtractor from the StepExecution to run the
Job . |
Copyright © 2013 SpringSource. All rights reserved.