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(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 and Description |
---|---|
java.lang.String |
CommandLine.subCmd(Options opts,
java.lang.Object target) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,java.lang.reflect.Method> |
CommandLine.getOptions(java.lang.Class<? extends Options> interf)
Answer a list of the options specified in an options interface
|
private void |
CommandLine.help(java.util.Formatter f,
java.lang.Class<? extends Options> specification,
java.lang.String title) |
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.
|
private java.lang.String |
CommandLine.help(java.lang.Object target,
java.lang.String cmd,
java.lang.Class<? extends Options> type) |