Interface StepLocator
- All Known Implementing Classes:
AbstractJob
,BeanFactoryStepLocator
,FlowJob
,SimpleJob
,StepState
public interface StepLocator
Interface for locating a
Step
instance by name.- Author:
- Dave Syer
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getStepNames
Collection<String> getStepNames() -
getStep
- Throws:
NoSuchStepException
-