| Package | Description |
|---|---|
| org.springframework.batch.core.configuration.support |
Specific implementations of configuration concerns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapStepRegistry
Simple map-based implementation of
StepRegistry. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJobLoader.setStepRegistry(StepRegistry stepRegistry)
The
StepRegistry to use for the steps of created jobs. |
| Constructor and Description |
|---|
DefaultJobLoader(JobRegistry jobRegistry,
StepRegistry stepRegistry)
Creates a job loader with the job and step registries provided.
|
Copyright © 2013. All Rights Reserved.