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
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. matchesMethods in picocli that return CommandLine.ParseResult.GroupMatch Modifier and Type Method Description (package private) CommandLine.ParseResult.GroupMatchCommandLine.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 theArgGroupSpecmatch or matches found.java.util.List<CommandLine.ParseResult.GroupMatch>CommandLine.ParseResult.GroupMatchContainer. matches()Returns the list ofGroupMatchinstances:ArgGroupSpecs 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 voidCommandLine.ParseResult.GroupMatchContainer. failGroupMultiplicityExceeded(java.util.List<CommandLine.ParseResult.GroupMatch> groupMatches, CommandLine commandLine)private booleanCommandLine.ParseResult.GroupMatchContainer. simplifyErrorMessageForSingleGroup(java.util.Map<CommandLine.Model.ArgGroupSpec,java.util.List<java.util.List<CommandLine.ParseResult.GroupMatch>>> matchesPerGroup, CommandLine commandLine)
-