Uses of Class
picocli.CommandLine.Model.Messages
-
Packages that use CommandLine.Model.Messages Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletionfunctionality. -
-
Uses of CommandLine.Model.Messages in picocli
Fields in picocli declared as CommandLine.Model.Messages Modifier and Type Field Description private CommandLine.Model.MessagesCommandLine.Model.ArgGroupSpec. messagesprivate CommandLine.Model.MessagesCommandLine.Model.ArgSpec. messagesprivate CommandLine.Model.MessagesCommandLine.Model.UsageMessageSpec. messagesMethods in picocli that return CommandLine.Model.Messages Modifier and Type Method Description static 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.MessagesCommandLine.Model.ArgGroupSpec. messages()Returns the Messages for this argument group specification, ornull.CommandLine.Model.MessagesCommandLine.Model.ArgSpec. messages()Returns the Messages for this arg specification, ornull.CommandLine.Model.MessagesCommandLine.Model.UsageMessageSpec. messages()Returns the Messages for this usage help message specification, ornull.Methods in picocli with parameters of type CommandLine.Model.Messages Modifier and Type Method Description static 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 specifiedMessagesisnullor has anull ResourceBundle.CommandLine.Model.ArgGroupSpecCommandLine.Model.ArgGroupSpec. messages(CommandLine.Model.Messages msgs)Sets the Messages for this ArgGroupSpec, and returns this ArgGroupSpec.CommandLine.Model.ArgSpecCommandLine.Model.ArgSpec. messages(CommandLine.Model.Messages msgs)Sets the Messages for this ArgSpec, and returns this ArgSpec.CommandLine.Model.UsageMessageSpecCommandLine.Model.UsageMessageSpec. messages(CommandLine.Model.Messages msgs)Sets the Messages for this usageMessage specification, and returns this UsageMessageSpec.static java.util.ResourceBundleCommandLine.Model.Messages. resourceBundle(CommandLine.Model.Messages messages)Returns the ResourceBundle of the specified Messages object ornullif the specified Messages object isnull.static java.lang.StringCommandLine.Model.Messages. resourceBundleBaseName(CommandLine.Model.Messages messages)Returns the ResourceBundle of the specified Messages object ornullif the specified Messages object isnull.
-