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(String stepName)
           
 Collection<String> getStepNames()
           
 

Method Detail

getStepNames

Collection<String> getStepNames()

getStep

Step getStep(String stepName)
             throws NoSuchStepException
Throws:
NoSuchStepException


Copyright © 2009 SpringSource. All Rights Reserved.