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 interface
AbstractConsoleApp.MainOptions
Main 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.String
CommandLine. subCmd(Options opts, java.lang.Object target)
Method parameters in aQute.lib.getopt with type arguments of type Options 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.
-