org.springframework.batch.core.step
Interface StepLocator

All Known Implementing Classes:
AbstractJob, FlowJob, SimpleJob

public interface StepLocator

Interface for locating a Step instance by name.

Author:
Dave Syer

Method Summary
 Step getStep(java.lang.String stepName)
           
 java.util.Collection<java.lang.String> getStepNames()
           
 

Method Detail

getStepNames

java.util.Collection<java.lang.String> getStepNames()

getStep

Step getStep(java.lang.String stepName)
             throws NoSuchStepException
Throws:
NoSuchStepException


Copyright © 2009. All Rights Reserved.