public class ConfigurableSystemProcessExitCodeMapper extends Object implements SystemProcessExitCodeMapper
ExitStatus
according to injected map. The injected map is required to contain a value
for 'else' key, this value will be returned if the injected map
does not contain value for the exit code returned by the system process.| Constructor and Description |
|---|
ConfigurableSystemProcessExitCodeMapper() |
| Modifier and Type | Method and Description |
|---|---|
ExitStatus |
getExitStatus(int exitCode) |
void |
setMappings(Map<Object,ExitStatus> mappings) |
public static final String ELSE_KEY
public ConfigurableSystemProcessExitCodeMapper()
public ExitStatus getExitStatus(int exitCode)
getExitStatus in interface SystemProcessExitCodeMapperexitCode - exit code returned by the system processsystemExitCode parameter valuepublic void setMappings(Map<Object,ExitStatus> mappings)
mappings - Integer exit code keys to
ExitStatus values.Copyright © 2013. All Rights Reserved.