| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.application |
Base for applications, with options, CLI parser, and applications.
|
| Modifier and Type | Method and Description |
|---|---|
default App_CliParser |
App_CliParser.addAllOptions(Iterable<?> options)
Adds all options to the parser.
|
default App_CliParser |
App_CliParser.addAllOptions(Object[] options)
Adds all options to the parser.
|
App_CliParser |
App_CliParser.addOption(Object option)
Adds a new option to the parser.
|
App_CliParser |
IsApplication.getCliParser()
Returns the CLI parser.
|
Copyright © 2016–2017. All rights reserved.