org.springframework.batch.core.step
Interface StepHolder

All Known Implementing Classes:
StepState, TaskExecutorPartitionHandler

public interface StepHolder

Interface for holders of a Step as a convenience for callers who need access to the underlying instance.

Since:
2.0
Author:
Dave Syer

Method Summary
 Step getStep()
           
 

Method Detail

getStep

Step getStep()


Copyright © 2013 SpringSource. All Rights Reserved.