| Package | Description |
|---|---|
| org.spf4j.base | |
| org.spf4j.os |
| Modifier and Type | Method and Description |
|---|---|
static SysExits |
SysExits.fromCode(int exitCode) |
static SysExits |
SysExits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SysExits[] |
SysExits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Runtime.goDownWithError(SysExits exitCode) |
static void |
Runtime.goDownWithError(Throwable t,
SysExits exitCode) |
| Modifier and Type | Method and Description |
|---|---|
SysExits |
ProcessResponse.getResponseExitCode() |
Copyright © 2018 SPF4J. All rights reserved.