Interface | Description |
---|---|
AccessibilityQueryImplementation |
Permits providers to mark certain Java packages as being inaccessible to
outside code despite possibly containing public classes.
|
AccessibilityQueryImplementation2 |
Permits providers to mark certain Java packages as being inaccessible to
outside code despite possibly containing public classes.
|
AccessibilityQueryImplementation2.Result |
Result of finding accessibility of a Java package, encapsulating the answer as well as the
ability to listen to it.
|
AnnotationProcessingQueryImplementation |
SPI for the
AnnotationProcessingQuery . |
CompilerOptionsQueryImplementation |
Permits providers to return explicit compiler options for Java source file.
|
JavadocForBinaryQueryImplementation |
A query to find Javadoc root for the given classpath root.
|
MultipleRootsUnitTestForSourceQueryImplementation |
Query to find Java package roots of unit tests for Java package root of
sources and vice versa.
|
SourceJavadocAttacherImplementation |
A SPI for attaching source roots and javadoc roots to binary roots.
|
SourceJavadocAttacherImplementation.Definer |
Extension into the default
SourceJavadocAttacherImplementation allowing to download or find sources and javadoc for given binary. |
SourceLevelQueryImplementation | Deprecated |
SourceLevelQueryImplementation2 |
Permits providers to return specification source level of Java source file.
|
SourceLevelQueryImplementation2.Result |
Result of finding source level, encapsulating the answer as well as the
ability to listen to it.
|
SourceLevelQueryImplementation2.Result2 |
Result of finding a source level and profile as well as the ability
to listen on changes.
|
UnitTestForSourceQueryImplementation | Deprecated
Use
MultipleRootsUnitTestForSourceQueryImplementation instead. |
Class | Description |
---|---|
CompilerOptionsQueryImplementation.Result |
Result of finding compiler options, encapsulating the answer as well as the
ability to listen to it.
|