Package jargs.gnu

Class CmdLineParser

java.lang.Object
jargs.gnu.CmdLineParser
Direct Known Subclasses:
AutoHelpParser

public class CmdLineParser
extends java.lang.Object
Largely GNU-compatible command-line options parser. Has short (-v) and long-form (--verbose) option support, and also allows options with associated values (-d 2, --debug 2, --debug=2). Option processing can be explicitly terminated by the argument '--'.
Author:
Steve Purcell
See Also:
jargs.examples.gnu.OptionTest