|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongOpt | |
---|---|
gnu.getopt | This is Java getopt 1.0.14 (released 2012/02/08) |
Uses of LongOpt in gnu.getopt |
---|
Fields in gnu.getopt declared as LongOpt | |
---|---|
protected LongOpt[] |
Getopt.long_options
This is an array of LongOpt objects which describ the valid long options. |
Constructors in gnu.getopt with parameters of type LongOpt | |
---|---|
Getopt(String progname,
String[] argv,
String optstring,
LongOpt[] long_options)
Construct a Getopt instance with given input data that is capable of parsing long options as well as short. |
|
Getopt(String progname,
String[] argv,
String optstring,
LongOpt[] long_options,
boolean long_only)
Construct a Getopt instance with given input data that is capable of parsing long options and short options. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |