Uses of Class jargs.gnu.CmdLineParser.Option

Uses in package jargs.test.gnu

Classes derived from jargs.gnu.CmdLineParser.Option

class

Uses in package jargs.examples.gnu

Classes derived from jargs.gnu.CmdLineParser.Option

class
A custom type of command line option corresponding to a short date value, e.g.

Methods with parameter type jargs.gnu.CmdLineParser.Option

CmdLineParser.Option
AutoHelpParser.addHelp(CmdLineParser.Option option, String helpString)

Methods with return type jargs.gnu.CmdLineParser.Option

CmdLineParser.Option
AutoHelpParser.addHelp(CmdLineParser.Option option, String helpString)

Uses in package jargs.gnu

Classes derived from jargs.gnu.CmdLineParser.Option

class
class
An option that expects a floating-point value
class
An option that expects an integer value
class
An option that expects a long integer value
class
An option that expects a string value

Constructors with parameter type jargs.gnu.CmdLineParser.Option

Methods with parameter type jargs.gnu.CmdLineParser.Option

CmdLineParser.Option
Add the specified Option to the list of accepted options
Object
Equivalent to getOptionValue(o, null).
Object
Vector

Methods with return type jargs.gnu.CmdLineParser.Option

CmdLineParser.Option
Convenience method for adding a boolean option.
CmdLineParser.Option
CmdLineParser.addBooleanOption(char shortForm, String longForm)
Convenience method for adding a boolean option.
CmdLineParser.Option
CmdLineParser.addDoubleOption(String longForm)
Convenience method for adding a double option.
CmdLineParser.Option
CmdLineParser.addDoubleOption(char shortForm, String longForm)
Convenience method for adding a double option.
CmdLineParser.Option
Convenience method for adding an integer option.
CmdLineParser.Option
CmdLineParser.addIntegerOption(char shortForm, String longForm)
Convenience method for adding an integer option.
CmdLineParser.Option
CmdLineParser.addLongOption(String longForm)
Convenience method for adding a long integer option.
CmdLineParser.Option
CmdLineParser.addLongOption(char shortForm, String longForm)
Convenience method for adding a long integer option.
CmdLineParser.Option
Add the specified Option to the list of accepted options
CmdLineParser.Option
CmdLineParser.addStringOption(String longForm)
Convenience method for adding a string option.
CmdLineParser.Option
CmdLineParser.addStringOption(char shortForm, String longForm)
Convenience method for adding a string option.
CmdLineParser.Option

Copyright © 2001-2003 Steve Purcell. Copyright © 2002 Vidar Holen. Copyright © 2002 Michal Ceresna. Copyright © 2005 Ewan Mellor. Released under the terms of the BSD licence.