See: Description
| Interface | Description |
|---|---|
| BasicCliOptionBuilder |
Builder that builds a single option.
|
| CliOptionBuilder |
Public interface that all Option Builder implementations
implement.
|
| Class | Description |
|---|---|
| Cli |
A Parsed command line object that
lets the user programmatically see what
options were set and what those option values are.
|
| CliSpecification |
Specification describing the options for a given program.
|
| Exception | Description |
|---|---|
| CliValidationException |
The passed in commandline options did not meet
the validation criteria specificed by the
CliSpecification. |
CliSpecification
and then use the specification to generate a Cli
using CliSpecification.parse(java.lang.String[])Copyright © 2020 NIH/NCATS. All rights reserved.