See: Description
| Interface | Description |
|---|---|
| Apo_SimpleC |
A standard simple CLI option.
|
| Apo_TypedC<T> |
A standard typed CLI option.
|
| Apo_TypedCE<T> |
A standard typed option that combines CLI and environment settings.
|
| Apo_TypedCP<T> |
A standard typed option that combines CLI and property settings.
|
| Apo_TypedCPE<T> |
A standard typed option that combines CLI, property, and environment settings.
|
| Apo_TypedE<T> |
A standard typed environment options.
|
| Apo_TypedP<T> |
A standard typed property options.
|
| ApoBase |
Base for an application option.
|
| ApoBaseC |
Base for a CLI option.
|
| ApoBaseE |
Base for an environment options.
|
| ApoBaseP |
Base for a property option.
|
| ApoBaseTyped<T> |
A standard typed application options.
|
| App_CliParser |
Base for a CLI parser.
|
| ApplicationErrorCode |
An application error code.
|
| CliOptionList |
A list of CLI options.
|
| EnvironmentOptionsList |
A list of environment options.
|
| ErrorCodeCategory |
A category for an application error code.
|
| IsApplication |
Base interface for an application with different option types and default argument parsing.
|
| PropertyOptionsList |
A list of property options.
|
| Exception | Description |
|---|---|
| ApplicationException |
General application exception.
|
| CliParseException |
A parse exception for the CLI parser with error code as return value.
|
Base for applications, with options, CLI parser, and applications.
Copyright © 2016–2017. All rights reserved.