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
Methods in picocli that return types with arguments of type CommandLine.ParseResult.GroupMatch Modifier and Type Method Description List<CommandLine.ParseResult.GroupMatch>
CommandLine.ParseResult. getGroupMatches()
Returns the top-level container for theArgGroupSpec
match or matches found.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.
-