Summer.Batch.Core.Step.IStepLocator Interface Reference

Interface for locating a Step instance by name. More...

Inheritance diagram for Summer.Batch.Core.Step.IStepLocator:
Summer.Batch.Core.Job.AbstractJob Summer.Batch.Core.Job.Flow.Support.State.StepState Summer.Batch.Core.Job.Flow.FlowJob Summer.Batch.Core.Job.SimpleJob

Public Member Functions

ICollection< string > GetStepNames ()
 Returns the step names collection. More...
 
IStep GetStep (string stepName)
 Returns a step given its name. Thorws a NoSuchStepException if step could not be found. More...
 

Detailed Description

Interface for locating a Step instance by name.

Member Function Documentation

IStep Summer.Batch.Core.Step.IStepLocator.GetStep ( string  stepName)

Returns a step given its name. Thorws a NoSuchStepException if step could not be found.

Parameters
stepName
Returns
Exceptions
NoSuchStepException 

Implemented in Summer.Batch.Core.Job.AbstractJob, Summer.Batch.Core.Job.Flow.Support.State.StepState, Summer.Batch.Core.Job.Flow.FlowJob, and Summer.Batch.Core.Job.SimpleJob.

ICollection<string> Summer.Batch.Core.Step.IStepLocator.GetStepNames ( )

The documentation for this interface was generated from the following file:
  • Summer.Batch.Core/Core/Step/IStepLocator.cs