OptionChecker (Java Platform SE 6) (original) (raw)
javax.tools
Interface OptionChecker
All Known Subinterfaces:
JavaCompiler, JavaFileManager, StandardJavaFileManager
All Known Implementing Classes:
public interface OptionChecker
Interface for recognizing options.
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. |
Method Detail |
---|
isSupportedOption
int isSupportedOption(String option)
Determines if the given option is supported and if so, the number of arguments the option takes.
Parameters:
option
- an option
Returns:
the number of arguments the given option takes or -1 if the option is not supported
Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
Scripting on this page tracks web page traffic, but does not change the content in any way.