Uses of Class
picocli.CommandLine.Model.Messages
Packages that use CommandLine.Model.Messages
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.Model.Messages in picocli
Methods in picocli that return CommandLine.Model.MessagesModifier and TypeMethodDescriptionstatic CommandLine.Model.MessagesCommandLine.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.CommandLine.Model.ArgGroupSpec.messages()Returns the Messages for this argument group specification, ornull.CommandLine.Model.ArgSpec.messages()Returns the Messages for this arg specification, ornull.CommandLine.Model.UsageMessageSpec.messages()Returns the Messages for this usage help message specification, ornull.CommandLine.Model.Messages.parent()Methods in picocli with parameters of type CommandLine.Model.MessagesModifier and TypeMethodDescriptionstatic CommandLine.Model.MessagesCommandLine.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 booleanCommandLine.Model.Messages.empty(CommandLine.Model.Messages messages) Returnstrueif the specifiedMessagesisnull, has anull ResourceBundle, or has anull parent Messages.CommandLine.Model.ArgGroupSpec.messages(CommandLine.Model.Messages msgs) Sets the Messages for this ArgGroupSpec, and returns this ArgGroupSpec.CommandLine.Model.ArgSpec.messages(CommandLine.Model.Messages msgs) Sets the Messages for this ArgSpec, and returns this ArgSpec.CommandLine.Model.UsageMessageSpec.messages(CommandLine.Model.Messages msgs) Sets the Messages for this usageMessage specification, and returns this UsageMessageSpec.static ResourceBundleCommandLine.Model.Messages.resourceBundle(CommandLine.Model.Messages messages) Returns the ResourceBundle of the specified Messages object ornullif the specified Messages object isnull.static StringCommandLine.Model.Messages.resourceBundleBaseName(CommandLine.Model.Messages messages) Returns the ResourceBundle of the specified Messages object ornullif the specified Messages object isnull.