Uses of Interface
aQute.lib.getopt.Options

Packages that use Options
aQute.lib.getopt   
 

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 © 2013 aQute SARL. All Rights Reserved.