Uses of Class
picocli.CommandLine.ParseResult.GroupValidationResult
-
Packages that use CommandLine.ParseResult.GroupValidationResult Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.ParseResult.GroupValidationResult in picocli
Fields in picocli declared as CommandLine.ParseResult.GroupValidationResult Modifier and Type Field Description (package private) static CommandLine.ParseResult.GroupValidationResult
CommandLine.ParseResult.GroupValidationResult. SUCCESS_ABSENT
(package private) static CommandLine.ParseResult.GroupValidationResult
CommandLine.ParseResult.GroupValidationResult. SUCCESS_PRESENT
private CommandLine.ParseResult.GroupValidationResult
CommandLine.ParseResult.GroupMatch. validationResult
private CommandLine.ParseResult.GroupValidationResult
CommandLine.ParseResult.GroupMatchContainer. validationResult
Methods in picocli that return CommandLine.ParseResult.GroupValidationResult Modifier and Type Method Description (package private) static CommandLine.ParseResult.GroupValidationResult
CommandLine.ParseResult.GroupValidationResult. extractBlockingFailure(java.util.List<CommandLine.ParseResult.GroupValidationResult> set)
private CommandLine.ParseResult.GroupValidationResult
CommandLine.Model.ArgGroupSpec. validate(CommandLine commandLine, int presentCount, boolean haveMissing, boolean someButNotAllSpecified, java.lang.String exclusiveElements, java.lang.String requiredElements, java.lang.String missingElements)
(package private) CommandLine.ParseResult.GroupValidationResult
CommandLine.Model.ArgGroupSpec. validateArgs(CommandLine commandLine, java.util.Collection<CommandLine.Model.ArgSpec> matchedArgs)
Method parameters in picocli with type arguments of type CommandLine.ParseResult.GroupValidationResult Modifier and Type Method Description (package private) static CommandLine.ParseResult.GroupValidationResult
CommandLine.ParseResult.GroupValidationResult. extractBlockingFailure(java.util.List<CommandLine.ParseResult.GroupValidationResult> set)
-