public interface CompilerOptionsQueryImplementation
Modifier and Type | Interface and Description |
---|---|
static class |
CompilerOptionsQueryImplementation.Result
Result of finding compiler options, encapsulating the answer as well as the
ability to listen to it.
|
Modifier and Type | Method and Description |
---|---|
CompilerOptionsQueryImplementation.Result |
getOptions(FileObject file)
Returns explicit compiler options for the given Java file, Java package or source folder.
|
@CheckForNull CompilerOptionsQueryImplementation.Result getOptions(@NonNull FileObject file)
file
- the Java source file, Java package or source folder in questionCompilerOptionsQueryImplementation.Result
object encapsulating the compiler options or null
when the file is unknown to the providerBuilt on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.