Interface ExitCode
-
- All Known Implementing Classes:
ExitCodes
public interface ExitCode
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ExitCodeof(int value)intprocessReturnValue()
-
-
-
Method Detail
-
processReturnValue
int processReturnValue()
-
of
static ExitCode of(int value)
-
-