| Package | Description |
|---|---|
| org.springframework.batch.core.launch.support |
Support classes for use in bootstrap and launch implementations or configurations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JvmSystemExiter
Implementation of the
SystemExiter interface that calls the standards
System.exit method. |
| Modifier and Type | Method and Description |
|---|---|
static void |
CommandLineJobRunner.presetSystemExiter(SystemExiter systemExiter)
Static setter for the
SystemExiter so it can be adjusted before
dependency injection. |
void |
CommandLineJobRunner.setSystemExiter(SystemExiter systemExiter)
Injection setter for the
SystemExiter. |
Copyright © 2014. All rights reserved.