Uses of Class
picocli.CommandLine.ParseResult.GroupMatchContainer
-
Packages that use CommandLine.ParseResult.GroupMatchContainer Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.ParseResult.GroupMatchContainer in picocli
Fields in picocli declared as CommandLine.ParseResult.GroupMatchContainer Modifier and Type Field Description (package private) CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult.GroupMatch. container
private CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult.Builder. groupMatchContainer
private CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult. groupMatchContainer
private CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult.GroupMatchContainer. parentContainer
Fields in picocli with type parameters of type CommandLine.ParseResult.GroupMatchContainer Modifier and Type Field Description (package private) java.util.Map<CommandLine.Model.ArgGroupSpec,CommandLine.ParseResult.GroupMatchContainer>
CommandLine.ParseResult.GroupMatch. matchedSubgroups
Methods in picocli that return CommandLine.ParseResult.GroupMatchContainer Modifier and Type Method Description CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult.GroupMatch. container()
Returns the containerGroupMatchContainer
of this match.private CommandLine.ParseResult.GroupMatchContainer
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)
private CommandLine.ParseResult.GroupMatchContainer
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.GroupMatchContainer Modifier and Type Method Description (package private) java.util.List<CommandLine.ParseResult.GroupMatchContainer>
CommandLine.ParseResult.GroupMatchContainer. findMatchContainers(CommandLine.Model.ArgGroupSpec group, java.util.List<CommandLine.ParseResult.GroupMatchContainer> result)
java.util.List<CommandLine.ParseResult.GroupMatchContainer>
CommandLine.ParseResult. findMatches(CommandLine.Model.ArgGroupSpec group)
Returns the matches for the specified argument group.java.util.Map<CommandLine.Model.ArgGroupSpec,CommandLine.ParseResult.GroupMatchContainer>
CommandLine.ParseResult.GroupMatch. matchedSubgroups()
Returns matches for the subgroups, if any.Methods in picocli with parameters of type CommandLine.ParseResult.GroupMatchContainer Modifier and Type Method Description private CommandLine.ParseResult.GroupMatchContainer
CommandLine.ParseResult.GroupMatchContainer. createGroupMatchContainer(CommandLine.Model.ArgGroupSpec group, CommandLine.ParseResult.GroupMatchContainer parent, CommandLine commandLine)
Method parameters in picocli with type arguments of type CommandLine.ParseResult.GroupMatchContainer Modifier and Type Method Description (package private) java.util.List<CommandLine.ParseResult.GroupMatchContainer>
CommandLine.ParseResult.GroupMatchContainer. findMatchContainers(CommandLine.Model.ArgGroupSpec group, java.util.List<CommandLine.ParseResult.GroupMatchContainer> result)
Constructors in picocli with parameters of type CommandLine.ParseResult.GroupMatchContainer Constructor Description GroupMatch(CommandLine.ParseResult.GroupMatchContainer container)
-