A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
V
- validate() - Method in annotation type picocli.CommandLine.ArgGroup
- 
Determines whether picocli should validate the rules of this group (trueby default).
- validate() - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
- 
Returns whether picocli should validate the rules of this group: for a mutually exclusive group this means that no more than one arguments in the group is specified on the command line; for a co-occurring group this means that all arguments in the group are specified on the command line.
- validate() - Method in class picocli.CommandLine.Model.ArgGroupSpec
- 
Returns whether picocli should validate the rules of this group: for a mutually exclusive group this means that no more than one arguments in the group is specified on the command line; for a co-occurring group this means that all arguments in the group are specified on the command line.
- validate(boolean) - Method in class picocli.CommandLine.Model.ArgGroupSpec.Builder
- 
Sets whether picocli should validate the rules of this group: for a mutually exclusive group this means that no more than one arguments in the group is specified on the command line; for a co-occurring group this means that all arguments in the group are specified on the command line.
- value() - Method in annotation type picocli.CommandLine.Spec
- 
Whether to inject theCommandSpecof this command (the default) or theCommandSpecof the "mixee" command that receives the options and other command elements defined here.
- value() - Method in annotation type picocli.groovy.PicocliScript
- 
Deprecated.
- value() - Method in annotation type picocli.groovy.PicocliScript2
- valueIsDefaultValue - Variable in class picocli.CommandLine.Model.ArgSpec
- valueOf(boolean) - Static method in enum picocli.CommandLine.Help.Ansi
- 
Returns Ansi.ON if the specifiedenabledflag is true, Ansi.OFF otherwise.
- valueOf(String) - Static method in enum picocli.CommandLine.Help.Ansi.Style
- 
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum picocli.CommandLine.Help.Ansi
- 
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum picocli.CommandLine.Help.Column.Overflow
- 
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum picocli.CommandLine.Help.Visibility
- 
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class picocli.CommandLine.Range
- 
Leniently parses the specified String as aRangevalue and return the result.
- valueOf(String) - Static method in enum picocli.CommandLine.ScopeType
- 
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum picocli.CommandLine.Spec.Target
- 
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum picocli.CommandLine.TraceLevel
- 
Returns the enum constant of this type with the specified name.
- values() - Static method in enum picocli.CommandLine.Help.Ansi.Style
- 
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum picocli.CommandLine.Help.Ansi
- 
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum picocli.CommandLine.Help.Column.Overflow
- 
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum picocli.CommandLine.Help.Visibility
- 
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum picocli.CommandLine.ScopeType
- 
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum picocli.CommandLine.Spec.Target
- 
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum picocli.CommandLine.TraceLevel
- 
Returns an array containing the constants of this enum type, in the order they are declared.
- version() - Method in annotation type picocli.CommandLine.Command
- 
Version information for this command, to print to the console when the user specifies an option to request version help.
- version() - Method in class picocli.CommandLine.Model.CommandSpec
- 
Returns version information for this command, to print to the console when the user specifies an option to request version help.
- version(String...) - Method in class picocli.CommandLine.Model.CommandSpec
- 
Sets version information literals for this command, to print to the console when the user specifies an option to request version help.
- VERSION - Static variable in class picocli.CommandLine
- 
This is picocli version "4.7.7".
- versionHelp() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
- 
Returns whether this option allows the user to request version information.
- versionHelp() - Method in class picocli.CommandLine.Model.OptionSpec
- 
Returns whether this option allows the user to request version information.
- versionHelp() - Method in annotation type picocli.CommandLine.Option
- 
SetversionHelp=truefor the--versionoption that triggers display of the version information.
- versionHelp(boolean) - Method in class picocli.CommandLine.Model.OptionSpec.Builder
- 
Sets whether this option allows the user to request version information, and returns this builder.
- versionProvider() - Method in annotation type picocli.CommandLine.Command
- 
Class that can provide version information dynamically at runtime.
- versionProvider() - Method in class picocli.CommandLine.Model.CommandSpec
- 
Returns the version provider for this command, to generate theCommandLine.Model.CommandSpec.version()strings.
- versionProvider(CommandLine.IVersionProvider) - Method in class picocli.CommandLine.Model.CommandSpec
- 
Sets version provider for this command, to generate theCommandLine.Model.CommandSpec.version()strings.
- visit(ASTNode[], SourceUnit) - Method in class picocli.groovy.PicocliScriptASTTransformation
All Classes All Packages