OptionCheckerpublic interface OptionChecker Interface for recognizing options. |
(Omit source code)
Methods Summary |
---|
public int | isSupportedOption(java.lang.String option)Determines if the given option is supported and if so, the
number of arguments the option takes.
|
|