Uses of Class
picocli.CommandLine.ParseResult.GroupMatchContainer
Packages that use CommandLine.ParseResult.GroupMatchContainer
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.ParseResult.GroupMatchContainer in picocli
Methods in picocli that return CommandLine.ParseResult.GroupMatchContainerModifier and TypeMethodDescriptionCommandLine.ParseResult.GroupMatch.container()
Returns the containerGroupMatchContainer
of this match.Methods in picocli that return types with arguments of type CommandLine.ParseResult.GroupMatchContainerModifier and TypeMethodDescriptionCommandLine.ParseResult.findMatches
(CommandLine.Model.ArgGroupSpec group) Returns the matches for the specified argument group.CommandLine.ParseResult.GroupMatch.matchedSubgroups()
Returns matches for the subgroups, if any.