| Package | Description |
|---|---|
| org.springframework.batch.core.step.tasklet |
Interfaces and generic implementations of tasklet concerns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableSystemProcessExitCodeMapper
Maps exit codes to
ExitStatus
according to injected map. |
class |
SimpleSystemProcessExitCodeMapper
Simple
SystemProcessExitCodeMapper implementation that performs following mapping:
0 -> ExitStatus.FINISHED
else -> ExitStatus.FAILED |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemCommandTasklet.setSystemProcessExitCodeMapper(SystemProcessExitCodeMapper systemProcessExitCodeMapper) |
Copyright © 2013. All Rights Reserved.