Modifier and Type | Method | Description |
---|---|---|
CommandLine.ParseResult.GroupMatchContainer |
CommandLine.ParseResult.GroupMatch.container() |
Returns the container
GroupMatchContainer of this match. |
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.
|
Copyright © 2017–2019. All rights reserved.