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 andautocompletionfunctionality. -
-
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 theArgGroupSpecmatch or matches found.List<CommandLine.ParseResult.GroupMatch>CommandLine.ParseResult.GroupMatchContainer. matches()Returns the list ofGroupMatchinstances:ArgGroupSpecs with a multiplicity greater than one may be matched multiple times.
-