Uses of Interface
picocli.CommandLine.IVersionProvider
-
Packages that use CommandLine.IVersionProvider Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IVersionProvider in picocli
Methods in picocli that return CommandLine.IVersionProvider Modifier and Type Method Description CommandLine.IVersionProvider
CommandLine.Model.CommandSpec. versionProvider()
Returns the version provider for this command, to generate theCommandLine.Model.CommandSpec.version()
strings.Methods in picocli that return types with arguments of type CommandLine.IVersionProvider Modifier and Type Method Description Class<? extends CommandLine.IVersionProvider>
versionProvider()
Class that can provide version information dynamically at runtime.Methods in picocli with parameters of type CommandLine.IVersionProvider Modifier and Type Method Description CommandLine.Model.CommandSpec
CommandLine.Model.CommandSpec. versionProvider(CommandLine.IVersionProvider versionProvider)
Sets version provider for this command, to generate theCommandLine.Model.CommandSpec.version()
strings.
-