Package jargs.gnu

Class CmdLineParser

  • Direct Known Subclasses:
    AutoHelpParser

    public class CmdLineParser
    extends 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 '--'.
    Version:
    $Revision: 1.10 $
    Author:
    Steve Purcell
    See Also:
    OptionTest