程序包org.springframework.batch.core.jsr.job.flow.support.state的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.batch.core.job.flow.support.state.AbstractState (implements org.springframework.batch.core.job.flow.State)
      • org.springframework.batch.core.job.flow.support.state.EndState
        • org.springframework.batch.core.jsr.job.flow.support.state.JsrEndState
      • org.springframework.batch.core.job.flow.support.state.SplitState (implements org.springframework.batch.core.job.flow.FlowHolder)
        • org.springframework.batch.core.jsr.job.flow.support.state.JsrSplitState
      • org.springframework.batch.core.job.flow.support.state.StepState (implements org.springframework.batch.core.step.StepHolder, org.springframework.batch.core.step.StepLocator)
        • org.springframework.batch.core.jsr.job.flow.support.state.JsrStepState