Package | Description |
---|---|
org.springframework.batch.core.configuration.annotation | |
org.springframework.batch.core.launch.support |
Support classes for use in bootstrap and launch implementations or configurations.
|
org.springframework.batch.core.step.builder | |
org.springframework.batch.core.step.job | |
org.springframework.batch.test |
Modifier and Type | Method and Description |
---|---|
JobLauncher |
BatchConfigurer.getJobLauncher() |
JobLauncher |
DefaultBatchConfigurer.getJobLauncher() |
JobLauncher |
SimpleBatchConfiguration.jobLauncher() |
JobLauncher |
ModularBatchConfiguration.jobLauncher() |
abstract JobLauncher |
AbstractBatchConfiguration.jobLauncher() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleJobLauncher
Simple implementation of the
JobLauncher interface. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleJobOperator.setJobLauncher(JobLauncher jobLauncher)
Public setter for the
JobLauncher . |
void |
CommandLineJobRunner.setLauncher(JobLauncher launcher)
Injection setter for the
JobLauncher . |
Modifier and Type | Method and Description |
---|---|
JobStepBuilder |
JobStepBuilder.launcher(JobLauncher jobLauncher)
Add a job launcher.
|
Modifier and Type | Method and Description |
---|---|
void |
JobStep.setJobLauncher(JobLauncher jobLauncher)
A
JobLauncher is required to be able to run the enclosed
Job . |
Modifier and Type | Method and Description |
---|---|
JobLauncher |
JobLauncherTestUtils.getJobLauncher() |
protected JobLauncher |
AbstractJobTests.getJobLauncher()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
JobLauncherTestUtils.setJobLauncher(JobLauncher jobLauncher)
A
JobLauncher instance that can be used to launch jobs. |
Constructor and Description |
---|
StepRunner(JobLauncher launcher,
JobRepository jobRepository) |
Copyright © 2015 Pivotal. All rights reserved.