Package jargs.gnu

Class CmdLineParser

java.lang.Object
jargs.gnu.CmdLineParser

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$
Author:
Steve Purcell
See Also: