| javax.tools.OptionChecker
OptionChecker | public interface OptionChecker (Code) | | Interface for recognizing options.
author: Peter von der Ahé since: 1.6 |
Method Summary | |
int | isSupportedOption(String option) Determines if the given option is supported and if so, the
number of arguments the option takes. |
isSupportedOption | int isSupportedOption(String option)(Code) | | Determines if the given option is supported and if so, the
number of arguments the option takes.
Parameters: option - an option the number of arguments the given option takes or -1 ifthe option is not supported |
|
|