Uses of Interface
org.springframework.batch.core.launch.support.SystemExiter
Package
Description
Support classes for use in bootstrap and launch implementations or configurations.
-
Uses of SystemExiter in org.springframework.batch.core.launch.support
Modifier and TypeClassDescriptionclass
Implementation of theSystemExiter
interface that calls the standards System.exit method.Modifier and TypeMethodDescriptionstatic void
CommandLineJobRunner.presetSystemExiter
(SystemExiter systemExiter) Static setter for theSystemExiter
so it can be adjusted before dependency injection.void
CommandLineJobRunner.setSystemExiter
(SystemExiter systemExiter) Injection setter for theSystemExiter
.