Uses of Class
picocli.CommandLine.ParseResult.GroupMatchContainer
-
-
Uses of CommandLine.ParseResult.GroupMatchContainer in picocli
Methods in picocli that return CommandLine.ParseResult.GroupMatchContainer Modifier and Type Method Description CommandLine.ParseResult.GroupMatchContainerCommandLine.ParseResult.GroupMatch. container()Returns the containerGroupMatchContainerof this match.Methods in picocli that return types with arguments of type CommandLine.ParseResult.GroupMatchContainer Modifier and Type Method Description List<CommandLine.ParseResult.GroupMatchContainer>CommandLine.ParseResult. findMatches(CommandLine.Model.ArgGroupSpec group)Returns the matches for the specified argument group.Map<CommandLine.Model.ArgGroupSpec,CommandLine.ParseResult.GroupMatchContainer>CommandLine.ParseResult.GroupMatch. matchedSubgroups()Returns matches for the subgroups, if any.
-