| Package | Description |
|---|---|
| aQute.lib.consoleapp | |
| aQute.lib.getopt |
| Modifier and Type | Interface | Description |
|---|---|---|
protected static interface |
AbstractConsoleApp.MainOptions |
Main options
|
| Modifier and Type | Method | Description |
|---|---|---|
<T extends Options> |
CommandLine.getOptions(java.lang.Class<T> specification,
java.util.List<java.lang.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 | Description |
|---|---|---|
java.lang.String |
CommandLine.subCmd(Options opts,
java.lang.Object target) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CommandLine.help(java.util.Formatter f,
java.lang.Object target,
java.lang.String cmd,
java.lang.Class<? extends Options> specification) |
Provide a help text.
|