| Modifier and Type | Method | Description |
|---|---|---|
List<CommandLine.ParseResult.GroupMatch> |
CommandLine.ParseResult.getGroupMatches() |
Returns the top-level container for the
ArgGroupSpec match or matches found. |
List<CommandLine.ParseResult.GroupMatch> |
CommandLine.ParseResult.GroupMatchContainer.matches() |
Returns the list of
GroupMatch instances: ArgGroupSpecs with a multiplicity greater than one may be matched multiple times. |
Copyright © 2017–2019. All rights reserved.