Uses of Class
gnu.getopt.LongOpt
Packages that use LongOpt
-
Uses of LongOpt in gnu.getopt
Fields in gnu.getopt declared as LongOptModifier and TypeFieldDescriptionprotected 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 LongOptModifierConstructorDescriptionConstruct 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.