Uses of Class
picocli.CommandLine.ParseResult.GroupValidationResult
-
Uses of CommandLine.ParseResult.GroupValidationResult in picocli
Fields in picocli declared as CommandLine.ParseResult.GroupValidationResultModifier and TypeFieldDescription(package private) static final CommandLine.ParseResult.GroupValidationResult
CommandLine.ParseResult.GroupValidationResult.SUCCESS_ABSENT
(package private) static final CommandLine.ParseResult.GroupValidationResult
CommandLine.ParseResult.GroupValidationResult.SUCCESS_PRESENT
CommandLine.ParseResult.GroupMatch.validationResult
CommandLine.ParseResult.GroupMatchContainer.validationResult
Methods in picocli that return CommandLine.ParseResult.GroupValidationResultModifier and TypeMethodDescription(package private) static CommandLine.ParseResult.GroupValidationResult
CommandLine.ParseResult.GroupValidationResult.extractBlockingFailure
(List<CommandLine.ParseResult.GroupValidationResult> set) CommandLine.Model.ArgGroupSpec.validate
(CommandLine commandLine, int presentCount, boolean haveMissing, boolean someButNotAllSpecified, String exclusiveElements, String requiredElements, String missingElements) (package private) CommandLine.ParseResult.GroupValidationResult
CommandLine.Model.ArgGroupSpec.validateArgs
(CommandLine commandLine, Collection<CommandLine.Model.ArgSpec> matchedArgs) Method parameters in picocli with type arguments of type CommandLine.ParseResult.GroupValidationResultModifier and TypeMethodDescription(package private) static CommandLine.ParseResult.GroupValidationResult
CommandLine.ParseResult.GroupValidationResult.extractBlockingFailure
(List<CommandLine.ParseResult.GroupValidationResult> set)