Uses of Class
picocli.CommandLine.ParseResult.GroupMatch
-
Uses of CommandLine.ParseResult.GroupMatch in picocli
Fields in picocli with type parameters of type CommandLine.ParseResult.GroupMatchModifier and TypeFieldDescriptionprivate final List
<CommandLine.ParseResult.GroupMatch> CommandLine.ParseResult.GroupMatchContainer.matches
Methods in picocli that return CommandLine.ParseResult.GroupMatchModifier and TypeMethodDescription(package private) CommandLine.ParseResult.GroupMatch
CommandLine.ParseResult.GroupMatchContainer.lastMatch()
Returns the "active" multiple of this GroupMatchContainer.Methods in picocli that return types with arguments of type CommandLine.ParseResult.GroupMatchModifier and TypeMethodDescriptionCommandLine.ParseResult.getGroupMatches()
Returns the top-level container for theArgGroupSpec
match or matches found.CommandLine.ParseResult.GroupMatchContainer.matches()
Returns the list ofGroupMatch
instances:ArgGroupSpec
s with a multiplicity greater than one may be matched multiple times.Method parameters in picocli with type arguments of type CommandLine.ParseResult.GroupMatchModifier and TypeMethodDescriptionprivate void
CommandLine.ParseResult.GroupMatchContainer.failGroupMultiplicityExceeded
(List<CommandLine.ParseResult.GroupMatch> groupMatches, CommandLine commandLine) private boolean
CommandLine.ParseResult.GroupMatchContainer.simplifyErrorMessageForSingleGroup
(Map<CommandLine.Model.ArgGroupSpec, List<List<CommandLine.ParseResult.GroupMatch>>> matchesPerGroup, CommandLine commandLine)