Uses of Class
jargs.gnu.CmdLineParser.Option

Packages that use CmdLineParser.Option
jargs.gnu   
 

Uses of CmdLineParser.Option in jargs.gnu
 

Subclasses of CmdLineParser.Option in jargs.gnu
static class CmdLineParser.Option.BooleanOption
           
static class CmdLineParser.Option.DoubleOption
          An option that expects a floating-point value
static class CmdLineParser.Option.IntegerOption
          An option that expects an integer value
static class CmdLineParser.Option.StringOption
          An option that expects a string value
 

Fields in jargs.gnu declared as CmdLineParser.Option
private  CmdLineParser.Option CmdLineParser.IllegalOptionValueException.option
           
 

Methods in jargs.gnu that return CmdLineParser.Option
 CmdLineParser.Option CmdLineParser.addOption(CmdLineParser.Option opt)
          Add the specified Option to the list of accepted options
 CmdLineParser.Option CmdLineParser.addStringOption(char shortForm, java.lang.String longForm)
          Convenience method for adding a string option.
 CmdLineParser.Option CmdLineParser.addIntegerOption(char shortForm, java.lang.String longForm)
          Convenience method for adding an integer option.
 CmdLineParser.Option CmdLineParser.addDoubleOption(char shortForm, java.lang.String longForm)
          Convenience method for adding a double option.
 CmdLineParser.Option CmdLineParser.addBooleanOption(char shortForm, java.lang.String longForm)
          Convenience method for adding a boolean option.
 CmdLineParser.Option CmdLineParser.IllegalOptionValueException.getOption()
           
 

Methods in jargs.gnu with parameters of type CmdLineParser.Option
 CmdLineParser.Option CmdLineParser.addOption(CmdLineParser.Option opt)
          Add the specified Option to the list of accepted options
 java.lang.Object CmdLineParser.getOptionValue(CmdLineParser.Option o)
           
 

Constructors in jargs.gnu with parameters of type CmdLineParser.Option
CmdLineParser.IllegalOptionValueException(CmdLineParser.Option opt, java.lang.String value)
           
 



Copyright © R. Kevin Cole. All Rights Reserved.