|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Constants.UI.CLI
CLI UI constants.
| Field Summary | |
|---|---|
static String |
ARG_ARG
The key for the string that is displayed as the argument to an Argument
description. |
static int |
DEFAULT_TERMINAL_WIDTH
The width of a "standard" terminal. |
static String |
ENUM_ARG
The key for the string that is displayed as the argument to an Enum
description. |
static String |
EXIT_FAIL_ARGS
The mnemonic for use with ExitStatus to indicate that
the program has terminated due to an error encountered while
processing the command line arguments. |
static String |
EXIT_FAIL_CODE_GEN
The mnemonic for use with ExitStatus to indicate that
the program has terminated due to an error encountered while
generating the output. |
static String |
EXIT_FAIL_INPUT
The mnemonic for use with ExitStatus to indicate that
the program has terminated due to an error encountered while
processing the input. |
static String |
EXIT_FAIL_L10N
The mnemonic for use with ExitStatus to indicate that
the program has terminated due to an error in the localisation
(L10N) phase. |
static String |
EXIT_SUCCESS
The mnemonic for use with ExitStatus to indicate that
the program has terminated without encountering any error. |
static String |
HELP_OPTION_NAME
The name of the option which produces the usage message. |
static String |
OPTION_PREFIX
The prefix for all command line options. |
static String |
OPTIONS_LINE
The key for the string that describe the options. |
static String |
USAGE_LINE_MSG_FMT
The key for the message format that makes up the usage line. |
static String |
VERBOSE_OPTION_NAME
The name of the option which causes the program to be more verbose. |
static String |
VERSION_OPTION_NAME
The name of the option which produces the version message. |
| Field Detail |
|---|
static final int DEFAULT_TERMINAL_WIDTH
static final String EXIT_SUCCESS
ExitStatus to indicate that
the program has terminated without encountering any error.
static final String EXIT_FAIL_L10N
ExitStatus to indicate that
the program has terminated due to an error in the localisation
(L10N) phase.
static final String EXIT_FAIL_ARGS
ExitStatus to indicate that
the program has terminated due to an error encountered while
processing the command line arguments.
static final String EXIT_FAIL_INPUT
ExitStatus to indicate that
the program has terminated due to an error encountered while
processing the input.
static final String EXIT_FAIL_CODE_GEN
ExitStatus to indicate that
the program has terminated due to an error encountered while
generating the output.
static final String ARG_ARG
Argument
description.
static final String ENUM_ARG
Enum
description.
static final String OPTIONS_LINE
static final String USAGE_LINE_MSG_FMT
static final String HELP_OPTION_NAME
static final String VERBOSE_OPTION_NAME
static final String VERSION_OPTION_NAME
static final String OPTION_PREFIX
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||