Uses of Interface
aQute.lib.getopt.Options
-
Packages that use Options Package Description aQute.lib.consoleapp aQute.lib.getopt -
-
Uses of Options in aQute.lib.consoleapp
Subinterfaces of Options in aQute.lib.consoleapp Modifier and Type Interface Description protected static interfaceAbstractConsoleApp.MainOptionsMain options -
Uses of Options in aQute.lib.getopt
Methods in aQute.lib.getopt with type parameters of type Options Modifier and Type Method Description <T extends Options>
TCommandLine. 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.Methods in aQute.lib.getopt with parameters of type Options Modifier and Type Method Description java.lang.StringCommandLine. subCmd(Options opts, java.lang.Object target)Method parameters in aQute.lib.getopt with type arguments of type Options Modifier and Type Method 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 interfaceprivate java.lang.StringCommandLine. help(java.lang.Object target, java.lang.String cmd, java.lang.Class<? extends Options> type)private voidCommandLine. help(java.util.Formatter f, java.lang.Class<? extends Options> specification, java.lang.String title)voidCommandLine. help(java.util.Formatter f, java.lang.Object target, java.lang.String cmd, java.lang.Class<? extends Options> specification)Provide a help text.
-