Class | Description |
---|---|
Getopt |
This is a Java port of GNU getopt, a class for parsing command line
arguments passed to programs.
|
LongOpt |
This object represents the definition of a long option in the Java port
of GNU getopt.
|
This is Java getopt 1.0.14 (released 2012/02/08)
Added in I2P 0.9.12. Source was retrieved from here. Previous version 1.0.13 (released 2006/08/29) is available here.
Copyright (c) 1998 by Aaron M. Renn (arenn@urbanophile.com), LGPL v2.
Changes: