Uses of Class
picocli.CommandLine.ParseResult.GroupValidationResult.Type
-
Packages that use CommandLine.ParseResult.GroupValidationResult.Type Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.ParseResult.GroupValidationResult.Type in picocli
Fields in picocli declared as CommandLine.ParseResult.GroupValidationResult.Type Modifier and Type Field Description (package private) CommandLine.ParseResult.GroupValidationResult.Type
CommandLine.ParseResult.GroupValidationResult. type
Methods in picocli that return CommandLine.ParseResult.GroupValidationResult.Type Modifier and Type Method Description static CommandLine.ParseResult.GroupValidationResult.Type
CommandLine.ParseResult.GroupValidationResult.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommandLine.ParseResult.GroupValidationResult.Type[]
CommandLine.ParseResult.GroupValidationResult.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in picocli with parameters of type CommandLine.ParseResult.GroupValidationResult.Type Constructor Description GroupValidationResult(CommandLine.ParseResult.GroupValidationResult.Type type)
GroupValidationResult(CommandLine.ParseResult.GroupValidationResult.Type type, CommandLine.ParameterException exception)
-