public final class CompilerOptionsQuery extends Object
CompilerOptionsQueryImplementation
Modifier and Type | Class and Description |
---|---|
static class |
CompilerOptionsQuery.Result
Result of finding compiler options, encapsulating the answer as well as the
ability to listen to it.
|
Modifier and Type | Method and Description |
---|---|
static CompilerOptionsQuery.Result |
getOptions(FileObject file)
Returns explicit compiler options for the given Java file, Java package or source folder.
|
@NonNull public static CompilerOptionsQuery.Result getOptions(@NonNull FileObject file)
file
- the Java source file, Java package or source folder in questionCompilerOptionsQuery.Result
object encapsulating the compiler options