| Package | Description |
|---|---|
| org.springframework.batch.core.configuration |
Interfaces for registration and location of job configurations.
|
| org.springframework.batch.core.step |
Specific implementations of step concerns.
|
| Modifier and Type | Method and Description |
|---|---|
Step |
StepRegistry.getStep(String jobName,
String stepName)
Returns the
Step of the specified job based on its name. |
| Modifier and Type | Method and Description |
|---|---|
Step |
StepLocator.getStep(String stepName) |
Copyright © 2013. All Rights Reserved.