Modifier and Type | Class | Description |
---|---|---|
static class |
CommandLine.Model.ArgGroupSpec |
The
ArgGroupSpec class models a group of arguments (options, positional parameters or a mixture of the two). |
static class |
CommandLine.Model.OptionSpec |
The
OptionSpec class models aspects of a named option of a command, including whether
it is required or optional, the option parameters supported (or required) by the option,
and attributes for the usage help message describing the option. |
Copyright © 2017–2019. All rights reserved.