| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INF_MAIN_MODE_DEFAULT |
"default" |
public static final String |
INF_MAIN_MODE_HELP |
"help" |
public static final String |
INF_MAIN_MODE_VERSION |
"version" |
public static final String |
MSG_CLI_ADDITIONAL_OPTIONS |
"Additional options:" |
public static final String |
MSG_CLI_ARGUMENTS |
"Arguments:" |
public static final String |
MSG_CLI_MODE_USAGE |
"Mode {mode}:" |
public static final String |
MSG_CLI_REQUIRED_OPTIONS |
"Required options:" |
public static final String |
MSG_CLI_USAGE |
"Usage: {mainClass} {option}" |
public static final String |
MSG_MAIN_MODE_HELP_USAGE |
"Print help about this program." |
public static final String |
MSG_MAIN_MODE_VERSION_USAGE |
"Print the version of this program." |
public static final String |
MSG_MAIN_OPTION_HELP_USAGE |
"Print this help." |
public static final String |
MSG_MAIN_OPTION_VERSION_USAGE |
"Print the program-version." |
public static final String |
MSG_SYNCHRONIZER_USAGE |
"Create and/or update resource-bundle property-files." |
public static final String |
MSG_SYNCHRONIZER_USAGE_BUNDLE_CLASS |
"The explicit list of bundle-classes for which the property-files should be created or updated. It has to be the fully qualified name of a subclass of AbstractResourceBundle. For all given locales the according property-file is created or updated. If this option is omitted the bundle-classes are resolved from all instances of META-INF/net.sf.mmm/nls-bundles on your classpath." |
public static final String |
MSG_SYNCHRONIZER_USAGE_DATE_PATTERN |
"Use the specified date pattern for writing synchronization date to property-files (Default is \"{default}\")." |
public static final String |
MSG_SYNCHRONIZER_USAGE_ENCODING |
"Read and write property-files using the specified encoding {operand} (Default is {default})." |
public static final String |
MSG_SYNCHRONIZER_USAGE_LOCALES |
"The list of locales to synchronize. Each locale has to be in the form \"ll[_CC[_vv]]\" where \"ll\" is the lowercase ISO 639 code, CC is the uppercase ISO 3166 2-letter code and vv is an arbitrary variant. Examples are \"de\", \"en_US\" or \"th_TH_TH\"." |
public static final String |
MSG_SYNCHRONIZER_USAGE_MODE_DEFAULT |
"Create and/or update resource-bundle property-files from <bundle-class> for the given locales (including the root locale). Example:\n\n{mainClass} --bundle-class foo.bar.NlsBundleMyExample de de_DE en en_US en_GB fr zh ja_JP zh_TW\n\nFor each locale a property-file foo/bar/NlsBundleMyExample_<locale>.properties will be created or updated in the base-path. In each property-file all properties defined in <bundle-class> will be added with a TODO-marker and the original text as value. If the property-file already exists, all existing properties will remain unchanged and comments will be kept." |
public static final String |
MSG_SYNCHRONIZER_USAGE_PATH |
"Write property-files to the base-path {operand} (Default is \"{default}\")." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
EXIT_CODE_CONSTRAINT_VIOLATION |
2 |
protected static final int |
EXIT_CODE_ILLEGAL_SYNTAX |
1 |
protected static final int |
EXIT_CODE_OK |
0 |
protected static final int |
EXIT_CODE_UNEXPECTED |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
SNAPSHOT |
"SNAPSHOT" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ID_FIRST |
"#first" |
public static final String |
ID_LAST |
"#last" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"MissingArg" |
private static final long |
serialVersionUID |
-3181963192632167209L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"MissingArgRef" |
private static final long |
serialVersionUID |
-4351735003857434632L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"CliClsNoProp" |
private static final long |
serialVersionUID |
6430569870631737026L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
serialVersionUID |
8814403183579508077L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ID_DEFAULT |
"default" |
public static final String |
ID_HELP |
"help" |
public static final String |
ID_VERSION |
"version" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"ModeUndef" |
private static final long |
serialVersionUID |
6430569870631737026L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALIAS_HELP |
"-h" |
public static final String |
ALIAS_VERSION |
"-v" |
public static final String |
NAME_HELP |
"--help" |
public static final String |
NAME_VERBOSE |
"--verbose" |
public static final String |
NAME_VERSION |
"--version" |
public static final String |
OPERAND_DEFAULT |
"ARG" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"Opt+Arg" |
private static final long |
serialVersionUID |
-3589470378509687716L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"DuplOpt" |
private static final long |
serialVersionUID |
5934504531477162386L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"IllNameOrAlias" |
private static final long |
serialVersionUID |
-2084363234149185718L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"IncompModes" |
private static final long |
serialVersionUID |
1233209808038797353L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"MisplOpt" |
private static final long |
serialVersionUID |
-1935672231264852131L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"MissingOpt" |
private static final long |
serialVersionUID |
-4100754383566756427L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"MissOptValue" |
private static final long |
serialVersionUID |
5158277628043461982L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"UndefOpt" |
private static final long |
serialVersionUID |
7069859410875864942L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
MIN_WIDTH |
5 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"EmptyParamList" |
private static final long |
serialVersionUID |
5752476229604563280L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final char |
CHAR_OPTION |
45 |
public static final String |
END_OPTIONS |
"--" |
public static final String |
PREFIX_LONG_OPTION |
"--" |
public static final String |
PREFIX_SHORT_OPTION |
"-" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MESSAGE_CODE |
"CliParser" |
private static final long |
serialVersionUID |
7576087965627428527L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
DEFAULT_BASE_PATH |
"src/main/resources" |
private static final String |
DEFAULT_DATE_PATTERN |
"yyyy-MM-dd HH:mm:ss Z" |
private static final String |
DEFAULT_ENCODING |
"UTF-8" |
public static final String |
OPTION_BUNDLE_CLASS |
"--bundle" |
public static final String |
OPTION_DATE_PATTERN |
"--date-pattern" |
public static final String |
OPTION_ENCODING |
"--encoding" |
public static final String |
OPTION_LOCALE |
"--locale" |
public static final String |
OPTION_PATH |
"--path" |
Copyright © 2001–2016 mmm-Team. All rights reserved.