| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.application |
Base for applications, with options, CLI parser, and applications.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default Apo_TypedC<String> |
IsApplication.cliTypedHelpOption()
Returns the required help option.
|
| Modifier and Type | Method and Description |
|---|---|
default Set<Apo_TypedC<?>> |
IsApplication.getCliTypedOptions()
Returns all CLI typed options.
|
Set<Apo_TypedC<?>> |
App_CliParser.getTypedOptions()
Returns all typed options added to the parser.
|
Copyright © 2016–2017. All rights reserved.