FileDocCategorySizeDatePackage
OptionChecker.javaAPI DocJava SE 6 API649Tue Jun 10 00:27:02 BST 2008javax.tools

OptionChecker

public interface OptionChecker
Interface for recognizing options.
author
Peter von der Ahé
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public intisSupportedOption(java.lang.String option)
Determines if the given option is supported and if so, the number of arguments the option takes.

param
option an option
return
the number of arguments the given option takes or -1 if the option is not supported