|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExitCodes
This class if useful since it define the exit codes that can be used by any application. Each of these codes correspond to a number and have a special meaning.
Field Summary | |
---|---|
static int |
EXIT_CODE_CORRUPTED_FILES
This code indicates corrupted files |
static int |
EXIT_CODE_ERROR_LOADING_MAPFILE
This code indicates an error while loading the mapfile |
static int |
EXIT_CODE_LICENSE_NOT_ACCEPTED
This code indicates that the user haven't accept the license |
static int |
EXIT_CODE_NOK
This code indicates a general error |
static int |
EXIT_CODE_OK
This code indicates to a correct exit status |
static int |
EXIT_CODE_WRONG_ARGUMENTS
This code indicates a wrong number of arguments on the command line |
Field Detail |
---|
static final int EXIT_CODE_OK
static final int EXIT_CODE_WRONG_ARGUMENTS
static final int EXIT_CODE_CORRUPTED_FILES
static final int EXIT_CODE_ERROR_LOADING_MAPFILE
static final int EXIT_CODE_NOK
static final int EXIT_CODE_LICENSE_NOT_ACCEPTED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |