Uses of Interface
aQute.lib.getopt.Options

Packages that use Options
aQute.lib.consoleapp   
aQute.lib.getopt   
 

Uses of Options in aQute.lib.consoleapp
 

Subinterfaces of Options in aQute.lib.consoleapp
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
<T extends Options>
T
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.
 

Method parameters in aQute.lib.getopt with type arguments of type Options
 void CommandLine.help(Formatter f, Object target, String cmd, Class<? extends Options> specification)
          Provide a help text.
 



Copyright © 2014 aQute SARL. All rights reserved.