static CommandLine.Model.Messages |
CommandLine.Model.Messages.copy(CommandLine.Model.CommandSpec spec,
CommandLine.Model.Messages original) |
Returns a copy of the specified Messages object with the CommandSpec replaced by the specified one.
|
static boolean |
CommandLine.Model.Messages.empty(CommandLine.Model.Messages messages) |
Returns true if the specified Messages is null , has a null ResourceBundle , or has a null parent Messages .
|
CommandLine.Model.ArgGroupSpec |
CommandLine.Model.ArgGroupSpec.messages(CommandLine.Model.Messages msgs) |
Sets the Messages for this ArgGroupSpec, and returns this ArgGroupSpec.
|
CommandLine.Model.ArgSpec |
CommandLine.Model.ArgSpec.messages(CommandLine.Model.Messages msgs) |
Sets the Messages for this ArgSpec, and returns this ArgSpec.
|
CommandLine.Model.UsageMessageSpec |
CommandLine.Model.UsageMessageSpec.messages(CommandLine.Model.Messages msgs) |
Sets the Messages for this usageMessage specification, and returns this UsageMessageSpec.
|
static ResourceBundle |
CommandLine.Model.Messages.resourceBundle(CommandLine.Model.Messages messages) |
Returns the ResourceBundle of the specified Messages object or null if the specified Messages object is null .
|
static String |
CommandLine.Model.Messages.resourceBundleBaseName(CommandLine.Model.Messages messages) |
Returns the ResourceBundle of the specified Messages object or null if the specified Messages object is null .
|