For updates and more see jargs.sourceforge.net
A C G J L P S W

A

addBooleanOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a boolean option.
addDoubleOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a double option.
addIntegerOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding an integer option.
addOption(CmdLineParser.Option) - Method in class jargs.gnu.CmdLineParser
Add the specified Option to the list of accepted options
addStringOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a string option.

C

CmdLineParser - class jargs.gnu.CmdLineParser.
Largely GNU-compatible command-line options parser.
CmdLineParser.IllegalOptionValueException - exception jargs.gnu.CmdLineParser.IllegalOptionValueException.
Thrown when an illegal or missing value is given by the user for an option that takes a value.
CmdLineParser.IllegalOptionValueException(CmdLineParser.Option, String) - Constructor for class jargs.gnu.CmdLineParser.IllegalOptionValueException
 
CmdLineParser.Option - class jargs.gnu.CmdLineParser.Option.
Representation of a command-line option
CmdLineParser.Option.BooleanOption - class jargs.gnu.CmdLineParser.Option.BooleanOption.
 
CmdLineParser.Option.BooleanOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.BooleanOption
 
CmdLineParser.Option.DoubleOption - class jargs.gnu.CmdLineParser.Option.DoubleOption.
An option that expects a floating-point value
CmdLineParser.Option.DoubleOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.DoubleOption
 
CmdLineParser.Option.IntegerOption - class jargs.gnu.CmdLineParser.Option.IntegerOption.
An option that expects an integer value
CmdLineParser.Option.IntegerOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.IntegerOption
 
CmdLineParser.Option.StringOption - class jargs.gnu.CmdLineParser.Option.StringOption.
An option that expects a string value
CmdLineParser.Option.StringOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.StringOption
 
CmdLineParser.Option(char, String, boolean) - Constructor for class jargs.gnu.CmdLineParser.Option
 
CmdLineParser.OptionException - exception jargs.gnu.CmdLineParser.OptionException.
Base class for exceptions that may be thrown when options are parsed
CmdLineParser.UnknownOptionException - exception jargs.gnu.CmdLineParser.UnknownOptionException.
Thrown when the parsed command-line contains an option that is not recognised.
CmdLineParser() - Constructor for class jargs.gnu.CmdLineParser
 

G

getOption() - Method in class jargs.gnu.CmdLineParser.IllegalOptionValueException
 
getOptionName() - Method in class jargs.gnu.CmdLineParser.UnknownOptionException
 
getOptionValue(CmdLineParser.Option) - Method in class jargs.gnu.CmdLineParser
 
getRemainingArgs() - Method in class jargs.gnu.CmdLineParser
 
getValue() - Method in class jargs.gnu.CmdLineParser.IllegalOptionValueException
 
getValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option
 

J

jargs.gnu - package jargs.gnu
 

L

longForm() - Method in class jargs.gnu.CmdLineParser.Option
 

P

parse(String[]) - Method in class jargs.gnu.CmdLineParser
Extract the options and non-option arguments from the given list of command-line arguments.
parse(String[], Locale) - Method in class jargs.gnu.CmdLineParser
Extract the options and non-option arguments from the given list of command-line arguments.
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option
Override to extract and convert an option value passed on the command-line
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.IntegerOption
 
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.DoubleOption
 
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.StringOption
 

S

shortForm() - Method in class jargs.gnu.CmdLineParser.Option
 

W

wantsValue() - Method in class jargs.gnu.CmdLineParser.Option
Tells whether or not this option wants a value

A C G J L P S W
For updates and more see jargs.sourceforge.net

Copyright © 2001-2003 Steve Purcell. Released under the terms of the BSD licence