| Home >> All >> org >> pqt >> [ cloptions Javadoc ] |
org.pqt.cloptions: Javadoc index of package org.pqt.cloptions.
Package Samples:
org.pqt.cloptions
Classes:
OptionProcessor: a class for handling command line options and parameters. The class contains one central routine, called process, which processes command line arguments. The class must be initialized using an array of items which are subclasses of the class Option. As the command line arguments are processed routines in these option classes are called, and when the process is finished it is the values in these classes which represent the command line options that have been set. The OptionProcessor class also contains various utility routines for reading items from the command line. Options can have either a long ...
FlagOption: this class implements a command line option that is set simply by appearing on the command line - so the option is not followed by a +/- to indicate the state of the option
BooleanOption: this class implements a command line option that is followed by a + or a - indicating the option is set or unset. If no +/- follows then the options is set
StringOption: this class implements a command line option that is followed by a fixed number of strings, either enclosed in quotes or as words without spaces
NumberOption: this class implements a command line option that is followed by none or more integer numbers
Option
OptionException
| Home | Contact Us | Privacy Policy | Terms of Service |