| Package | Description |
|---|---|
| aQute.lib.consoleapp | |
| aQute.lib.getopt |
| Modifier and Type | Interface and Description |
|---|---|
protected static interface |
AbstractConsoleApp.MainOptions
Main options
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
CommandLine.getOptions(Class<T> specification,
List<String> arguments)
Parse the options in a command line and return an interface that provides
the options from this command line.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandLine.help(Formatter f,
Object target,
String cmd,
Class<? extends Options> specification)
Provide a help text.
|
Copyright © 2014 aQute SARL. All rights reserved.