Uses of Class
picocli.CommandLine.ParseResult.GroupMatch
-
Packages that use CommandLine.ParseResult.GroupMatch Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.ParseResult.GroupMatch in picocli
Fields in picocli with type parameters of type CommandLine.ParseResult.GroupMatch Modifier and Type Field Description private java.util.List<CommandLine.ParseResult.GroupMatch>
CommandLine.ParseResult.GroupMatchContainer. matches
Methods in picocli that return CommandLine.ParseResult.GroupMatch Modifier and Type Method Description (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.GroupMatch Modifier and Type Method Description java.util.List<CommandLine.ParseResult.GroupMatch>
CommandLine.ParseResult. getGroupMatches()
Returns the top-level container for theArgGroupSpec
match or matches found.java.util.List<CommandLine.ParseResult.GroupMatch>
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.GroupMatch Modifier and Type Method Description private void
CommandLine.ParseResult.GroupMatchContainer. failGroupMultiplicityExceeded(java.util.List<CommandLine.ParseResult.GroupMatch> groupMatches, CommandLine commandLine)
private boolean
CommandLine.ParseResult.GroupMatchContainer. simplifyErrorMessageForSingleGroup(java.util.Map<CommandLine.Model.ArgGroupSpec,java.util.List<java.util.List<CommandLine.ParseResult.GroupMatch>>> matchesPerGroup, CommandLine commandLine)
-