Modifier and Type | Field and Description |
---|---|
protected LongOpt[] |
Getopt.long_options
This is an array of LongOpt objects which describ the valid long
options.
|
Constructor and Description |
---|
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.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.