| For updates and more see jargs.sourceforge.net | |
| Frames | No Frames |
Classes derived from jargs.gnu.CmdLineParser.Option | |
| class | |
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 | |
Methods with return type jargs.gnu.CmdLineParser.Option | |
| CmdLineParser.Option | |
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 | CmdLineParser.addBooleanOption(String longForm) 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 | CmdLineParser.addIntegerOption(String longForm) 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 | |
| For updates and more see jargs.sourceforge.net |