Package org.springframework.batch.core.step.job

Interface Summary
JobParametersExtractor Strategy interface for translating a StepExecution into JobParameters.
 

Class Summary
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.
JobStep A Step that delegates to a Job to do its work.
 



Copyright © 2013 SpringSource. All Rights Reserved.