| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.application |
Base for applications, with options, CLI parser, and applications.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Apo_SimpleC
A standard simple CLI option.
|
interface |
Apo_TypedC<T>
A standard typed CLI option.
|
interface |
Apo_TypedCE<T>
A standard typed option that combines CLI and environment settings.
|
interface |
Apo_TypedCP<T>
A standard typed option that combines CLI and property settings.
|
interface |
Apo_TypedCPE<T>
A standard typed option that combines CLI, property, and environment settings.
|
interface |
Apo_TypedE<T>
A standard typed environment options.
|
interface |
Apo_TypedP<T>
A standard typed property options.
|
interface |
ApoBaseC
Base for a CLI option.
|
interface |
ApoBaseE
Base for an environment options.
|
interface |
ApoBaseP
Base for a property option.
|
interface |
ApoBaseTyped<T>
A standard typed application options.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
App_CliParser.hasOption(ApoBase option)
Tests if an option is already added to the command line parser.
|
Copyright © 2016–2017. All rights reserved.