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 andautocompletionfunctionality. -
-
Uses of CommandLine.ParseResult.GroupMatchContainer in picocli
Fields in picocli declared as CommandLine.ParseResult.GroupMatchContainer Modifier and Type Field Description (package private) CommandLine.ParseResult.GroupMatchContainerCommandLine.ParseResult.GroupMatch. containerprivate CommandLine.ParseResult.GroupMatchContainerCommandLine.ParseResult.Builder. groupMatchContainerprivate CommandLine.ParseResult.GroupMatchContainerCommandLine.ParseResult. groupMatchContainerprivate CommandLine.ParseResult.GroupMatchContainerCommandLine.ParseResult.GroupMatchContainer. parentContainerFields 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. matchedSubgroupsMethods in picocli that return CommandLine.ParseResult.GroupMatchContainer Modifier and Type Method Description CommandLine.ParseResult.GroupMatchContainerCommandLine.ParseResult.GroupMatch. container()Returns the containerGroupMatchContainerof this match.private CommandLine.ParseResult.GroupMatchContainerCommandLine.ParseResult.GroupMatchContainer. createGroupMatchContainer(CommandLine.Model.ArgGroupSpec group, CommandLine.ParseResult.GroupMatchContainer parent, CommandLine commandLine)(package private) CommandLine.ParseResult.GroupMatchContainerCommandLine.ParseResult.GroupMatchContainer. findLastMatchContainer(CommandLine.Model.ArgGroupSpec group)private CommandLine.ParseResult.GroupMatchContainerCommandLine.ParseResult.GroupMatchContainer. findOrCreateMatchingGroup(CommandLine.Model.ArgSpec argSpec, CommandLine commandLine)(package private) CommandLine.ParseResult.GroupMatchContainerCommandLine.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.GroupMatchContainerCommandLine.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)
-