| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ArgsParserMixin<B extends ArgsParserMixin<B>> |
This mixin provides builder additions (as of the builder pattern for chained
configuring method calls) for parsing command line arguments.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ArgsParser |
The
ArgsParser provides means for parsing command line arguments and
constructing a command line utility's help output. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ArgsParserImpl |
A straightforward implementation of the
ArgsParser interface. |
Copyright © 2021. All rights reserved.