public interface NlsBundleUtilCliRoot extends NlsBundle
internationalized messages
for this module.Modifier and Type | Field and Description |
---|---|
static String |
INF_MAIN_MODE_DEFAULT |
static String |
INF_MAIN_MODE_HELP |
static String |
INF_MAIN_MODE_VERSION |
static String |
MSG_BUNDLE_CONVERTER_USAGE |
static String |
MSG_BUNDLE_CONVERTER_USAGE_ARGUMENT |
static String |
MSG_BUNDLE_CONVERTER_USAGE_EVAL_CHOICE |
static String |
MSG_BUNDLE_CONVERTER_USAGE_FORMAT |
static String |
MSG_BUNDLE_CONVERTER_USAGE_KEY_PATTERN |
static String |
MSG_BUNDLE_CONVERTER_USAGE_MODE_DEFAULT |
static String |
MSG_BUNDLE_CONVERTER_USAGE_PATH_EXPRESSION |
static String |
MSG_MAIN_MODE_HELP_USAGE |
static String |
MSG_MAIN_MODE_VERSION_USAGE |
static String |
MSG_MAIN_OPTION_HELP_USAGE |
static String |
MSG_MAIN_OPTION_VERSION_USAGE |
static String |
MSG_SYNCHRONIZER_USAGE |
static String |
MSG_SYNCHRONIZER_USAGE_BUNDLE_CLASS |
static String |
MSG_SYNCHRONIZER_USAGE_DATE_PATTERN |
static String |
MSG_SYNCHRONIZER_USAGE_ENCODING |
static String |
MSG_SYNCHRONIZER_USAGE_LOCALES |
static String |
MSG_SYNCHRONIZER_USAGE_MODE_DEFAULT |
static String |
MSG_SYNCHRONIZER_USAGE_PATH |
INTERFACE_NAME_SUFFIX
static final String INF_MAIN_MODE_HELP
AbstractMain
,
Constant Field Valuesstatic final String INF_MAIN_MODE_VERSION
AbstractMain
,
Constant Field Valuesstatic final String INF_MAIN_MODE_DEFAULT
AbstractMain
,
Constant Field Valuesstatic final String MSG_MAIN_OPTION_HELP_USAGE
AbstractMain
,
Constant Field Valuesstatic final String MSG_MAIN_MODE_HELP_USAGE
AbstractMain
,
Constant Field Valuesstatic final String MSG_MAIN_OPTION_VERSION_USAGE
AbstractVersionedMain
,
Constant Field Valuesstatic final String MSG_MAIN_MODE_VERSION_USAGE
AbstractMain
,
Constant Field Valuesstatic final String MSG_SYNCHRONIZER_USAGE
ResourceBundleSynchronizer
,
Constant Field Valuesstatic final String MSG_SYNCHRONIZER_USAGE_MODE_DEFAULT
ResourceBundleSynchronizer
,
Constant Field Valuesstatic final String MSG_BUNDLE_CONVERTER_USAGE
ResourceBundleConverter
,
Constant Field Valuesstatic final String MSG_BUNDLE_CONVERTER_USAGE_MODE_DEFAULT
ResourceBundleConverter
,
Constant Field Valuesstatic final String MSG_BUNDLE_CONVERTER_USAGE_KEY_PATTERN
static final String MSG_BUNDLE_CONVERTER_USAGE_FORMAT
static final String MSG_BUNDLE_CONVERTER_USAGE_PATH_EXPRESSION
static final String MSG_BUNDLE_CONVERTER_USAGE_ARGUMENT
static final String MSG_BUNDLE_CONVERTER_USAGE_EVAL_CHOICE
static final String MSG_SYNCHRONIZER_USAGE_LOCALES
ResourceBundleSynchronizer
,
Constant Field Valuesstatic final String MSG_SYNCHRONIZER_USAGE_ENCODING
ResourceBundleSynchronizer
,
Constant Field Valuesstatic final String MSG_SYNCHRONIZER_USAGE_PATH
ResourceBundleSynchronizer
,
Constant Field Valuesstatic final String MSG_SYNCHRONIZER_USAGE_DATE_PATTERN
ResourceBundleSynchronizer
,
Constant Field Valuesstatic final String MSG_SYNCHRONIZER_USAGE_BUNDLE_CLASS
ResourceBundleSynchronizer
,
Constant Field ValuesNlsMessage infoMainModeHelp()
NlsMessage
AbstractMain
NlsMessage infoMainModeVersion()
NlsMessage
AbstractMain
NlsMessage infoMainModeDefault()
NlsMessage
AbstractMain
NlsMessage messageMainOptionHelpUsage()
NlsMessage
AbstractMain
NlsMessage messageMainModeHelpUsage()
NlsMessage
AbstractMain
NlsMessage messageMainOptionVersionUsage()
NlsMessage
AbstractVersionedMain
NlsMessage messageMainModeVersionUsage()
NlsMessage
AbstractMain
NlsMessage messageSynchronizerUsage()
NlsMessage
ResourceBundleSynchronizer
NlsMessage messageSynchronizerUsageModeDefault(@Named(value="mainClass") Object mainClass)
mainClass
- is the Class
with the main-method.NlsMessage
ResourceBundleSynchronizer
NlsMessage messageSynchronizerUsageLocales()
NlsMessage
ResourceBundleSynchronizer
NlsMessage messageSynchronizerUsageEncoding(@Named(value="operand") Object operand, @Named(value="defaultValue") Object defaultValue)
operand
- is the operand is the name of the operand for this option.defaultValue
- is the default value for this option.NlsMessage
ResourceBundleSynchronizer
NlsMessage messageSynchronizerUsagePath(@Named(value="operand") Object operand, @Named(value="defaultValue") Object defaultValue)
operand
- is the operand is the name of the operand for this option.defaultValue
- is the default value for this option.NlsMessage
ResourceBundleSynchronizer
NlsMessage messageSynchronizerUsageDatePattern(@Named(value="operand") Object operand, @Named(value="defaultValue") Object defaultValue)
operand
- is the operand is the name of the operand for this option.defaultValue
- is the default value for this option.NlsMessage
ResourceBundleSynchronizer
NlsMessage messageSynchronizerUsageBundleClass()
NlsMessage
ResourceBundleSynchronizer
NlsMessage messageCliUsage(@Named(value="mainClass") Object mainClass, @Named(value="option") Object option)
mainClass
- the qualified name
of the CLI Class
(with the main method).option
- the CliOption
.NlsMessage
AbstractCliParser
NlsMessage messageCliModeUsage(@Named(value="mode") Object mode)
mode
- the CliMode
.NlsMessage
AbstractCliParser
NlsMessage messageCliRequiredOptions()
NlsMessage
AbstractCliParser
NlsMessage messageCliAdditionalOptions()
NlsMessage
AbstractCliParser
NlsMessage messageCliOptionValues()
NlsMessage
NlsMessage messageCliArguments()
NlsMessage
AbstractCliParser
NlsMessage errorCliOptionDuplicate(@Named(value="option") String option)
option
- is the duplicated option.NlsMessage
CliOptionDuplicateException
NlsMessage errorCliOptionUndefined(@Named(value="option") String option)
option
- is the undefined option.NlsMessage
CliOptionUndefinedException
NlsMessage errorCliOptionMissingValue(@Named(value="option") String option)
option
- is the option with missing value.NlsMessage
CliOptionMissingValueException
NlsMessage errorCliOptionMissing(@Named(value="option") String option, @Named(value="mode") String mode)
option
- is the missing but required option.mode
- is the current mode.NlsMessage
CliOptionMissingException
NlsMessage errorCliArgumentMissing(@Named(value="argument") String argument, @Named(value="mode") String mode)
argument
- is the missing but required argument.mode
- is the current mode.NlsMessage
CliArgumentMissingException
NlsMessage errorCliArgumentReferenceMissing(@Named(value="reference") Object reference, @Named(value="argument") Object argument)
reference
- is the missing reference.argument
- is the argument containing the reference.NlsMessage
CliArgumentReferenceMissingException
NlsMessage errorCliOptionMisplaced(@Named(value="option") String option)
option
- is the misplaced option.NlsMessage
CliOptionMisplacedException
NlsMessage errorCliOptionAndArgumentAnnotation(@Named(value="property") String property)
property
- is the name of the annotated property.NlsMessage
CliOptionAndArgumentAnnotationException
NlsMessage errorCliParameterListEmpty()
NlsMessage
CliParameterListEmptyException
NlsMessage errorCliClassNoProperty(@Named(value="type") Object type)
type
- is the CLI Class
.NlsMessage
CliClassNoPropertyException
NlsMessage errorCliModeUndefined(@Named(value="mode") String mode, @Named(value="value") Object value)
mode
- is the undefined mode.value
- is the referencing object.NlsMessage
CliModeUndefinedException
NlsMessage errorCliOptionNameIllegal(@Named(value="option") Object option, @Named(value="name") Object name)
option
- is the actual option.name
- is the illegal name or alias.NlsMessage
CliOptionIllegalNameOrAliasException
NlsMessage errorCliOptionIncompatibleModes(@Named(value="option1") Object option1, @Named(value="option2") Object option2)
option1
- is the first incompatible option.option2
- is the second incompatible option.NlsMessage
CliOptionIncompatibleModesException
NlsMessage errorCliParser(@Named(value="type") Object type)
type
- is the type of the invalid state.NlsMessage
CliParserExcepiton
NlsMessage messageBundleConverterUsage()
NlsMessage
ResourceBundleConverter
NlsMessage messageBundleConverterUsageModeDefault(@Named(value="mainClass") Object mainClass)
mainClass
- is the Class
with the main-method.NlsMessage
ResourceBundleConverter
NlsMessage messageBundleConverterUsageKeyPattern(@Named(value="operand") Object operand, @Named(value="defaultValue") Object defaultValue)
operand
- is the operand is the name of the operand for this option.defaultValue
- is the default value for this option.NlsMessage
ResourceBundleConverter.getKeyPattern()
NlsMessage messageBundleConverterUsageFormat(@Named(value="operand") Object operand, @Named(value="defaultValue") Object defaultValue)
operand
- is the operand is the name of the operand for this option.defaultValue
- is the default value for this option.NlsMessage
ResourceBundleConverter.getFormat()
NlsMessage messageBundleConverterUsagePathExpression(@Named(value="operand") Object operand, @Named(value="defaultValue") Object defaultValue)
operand
- is the operand is the name of the operand for this option.defaultValue
- is the default value for this option.NlsMessage
ResourceBundleConverter.getPathExpression()
NlsMessage messageBundleConverterUsageArgument(@Named(value="operand") Object operand, @Named(value="defaultValue") Object defaultValue)
operand
- is the operand is the name of the operand for this option.defaultValue
- is the default value for this option.NlsMessage
ResourceBundleConverter.getArgument()
NlsMessage messageBundleConverterUsageEvalChoice(@Named(value="operand") Object operand, @Named(value="defaultValue") Object defaultValue)
operand
- is the operand is the name of the operand for this option.defaultValue
- is the default value for this option.NlsMessage
ResourceBundleConverter.getEvalChoice()
Copyright © 2001–2016 mmm-Team. All rights reserved.