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 andautocompletionfunctionality. -
-
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.GroupValidationResultCommandLine.ParseResult.GroupValidationResult. SUCCESS_ABSENT(package private) static CommandLine.ParseResult.GroupValidationResultCommandLine.ParseResult.GroupValidationResult. SUCCESS_PRESENTprivate CommandLine.ParseResult.GroupValidationResultCommandLine.ParseResult.GroupMatch. validationResultprivate CommandLine.ParseResult.GroupValidationResultCommandLine.ParseResult.GroupMatchContainer. validationResultMethods in picocli that return CommandLine.ParseResult.GroupValidationResult Modifier and Type Method Description (package private) static CommandLine.ParseResult.GroupValidationResultCommandLine.ParseResult.GroupValidationResult. extractBlockingFailure(java.util.List<CommandLine.ParseResult.GroupValidationResult> set)private CommandLine.ParseResult.GroupValidationResultCommandLine.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.GroupValidationResultCommandLine.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.GroupValidationResultCommandLine.ParseResult.GroupValidationResult. extractBlockingFailure(java.util.List<CommandLine.ParseResult.GroupValidationResult> set)
-