Uses of Class
gnu.getopt.LongOpt
-
Uses of LongOpt in gnu.getopt
Modifier and TypeFieldDescriptionprotected LongOpt[]
Getopt.long_options
This is an array of LongOpt objects which describ the valid long options.ModifierConstructorDescriptionConstruct a Getopt instance with given input data that is capable of parsing long options as well as short.Construct a Getopt instance with given input data that is capable of parsing long options and short options.