Uses of Class
picocli.CommandLine.ParseResult.GroupMatchContainer
-
Uses of CommandLine.ParseResult.GroupMatchContainer in picocli
Fields in picocli declared as CommandLine.ParseResult.GroupMatchContainerModifier and TypeFieldDescription(package private) final CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult.GroupMatch.container
private final CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult.Builder.groupMatchContainer
private final CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult.groupMatchContainer
CommandLine.ParseResult.GroupMatchContainer.parentContainer
Fields in picocli with type parameters of type CommandLine.ParseResult.GroupMatchContainerModifier and TypeFieldDescription(package private) Map
<CommandLine.Model.ArgGroupSpec, CommandLine.ParseResult.GroupMatchContainer> CommandLine.ParseResult.GroupMatch.matchedSubgroups
Methods in picocli that return CommandLine.ParseResult.GroupMatchContainerModifier and TypeMethodDescriptionCommandLine.ParseResult.GroupMatch.container()
Returns the containerGroupMatchContainer
of this match.CommandLine.ParseResult.GroupMatchContainer.createGroupMatchContainer
(CommandLine.Model.ArgGroupSpec group, CommandLine.ParseResult.GroupMatchContainer parent, CommandLine commandLine) (package private) CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult.GroupMatchContainer.findLastMatchContainer
(CommandLine.Model.ArgGroupSpec group) CommandLine.ParseResult.GroupMatchContainer.findOrCreateMatchingGroup
(CommandLine.Model.ArgSpec argSpec, CommandLine commandLine) (package private) CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult.GroupMatchContainer.trim()
Methods in picocli that return types with arguments of type CommandLine.ParseResult.GroupMatchContainerModifier and TypeMethodDescription(package private) List
<CommandLine.ParseResult.GroupMatchContainer> CommandLine.ParseResult.GroupMatchContainer.findMatchContainers
(CommandLine.Model.ArgGroupSpec group, List<CommandLine.ParseResult.GroupMatchContainer> result) CommandLine.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.Methods in picocli with parameters of type CommandLine.ParseResult.GroupMatchContainerModifier and TypeMethodDescriptionCommandLine.ParseResult.GroupMatchContainer.createGroupMatchContainer
(CommandLine.Model.ArgGroupSpec group, CommandLine.ParseResult.GroupMatchContainer parent, CommandLine commandLine) Method parameters in picocli with type arguments of type CommandLine.ParseResult.GroupMatchContainerModifier and TypeMethodDescription(package private) List
<CommandLine.ParseResult.GroupMatchContainer> CommandLine.ParseResult.GroupMatchContainer.findMatchContainers
(CommandLine.Model.ArgGroupSpec group, List<CommandLine.ParseResult.GroupMatchContainer> result) Constructors in picocli with parameters of type CommandLine.ParseResult.GroupMatchContainerModifierConstructorDescription(package private)