Interface | Description |
---|---|
AnnotationProcessingQuery.Result |
Annotation processing configuration.
|
JavadocForBinaryQuery.Result |
Result of finding Javadoc, encapsulating the answer as well as the
ability to listen to it.
|
SourceJavadocAttacher.AttachmentListener |
Listener notified by
SourceJavadocAttacher about a result
of attaching source (javadoc) to binary root. |
Class | Description |
---|---|
AccessibilityQuery |
Indicates whether a Java package should be considered publicly accessible.
|
AccessibilityQuery.Result |
Result of finding accessibility of a Java package, encapsulating the answer as well as the
ability to listen to it.
|
AnnotationProcessingQuery |
Return annotation processing configuration for given Java file, package or source folder.
|
CompilerOptionsQuery |
Returns compiler options explicitely set for given Java source file.
|
CompilerOptionsQuery.Result |
Result of finding compiler options, encapsulating the answer as well as the
ability to listen to it.
|
JavadocForBinaryQuery |
A query to find Javadoc root for the given classpath root.
|
SourceJavadocAttacher |
A support for attaching source roots and javadoc roots to binary roots.
|
SourceLevelQuery |
Returns source level of the given Java source file if it is known.
|
SourceLevelQuery.Result |
Result of finding source level, encapsulating the answer as well as the
ability to listen to it.
|
UnitTestForSourceQuery |
Query to find Java package root of unit tests for Java package root of
sources and vice versa.
|
Enum | Description |
---|---|
AccessibilityQuery.Accessibility |
The Java package accessibility.
|
AnnotationProcessingQuery.Trigger |
Annotation processing triggers
|
SourceLevelQuery.Profile |
The JRE profiles defined by Java 8.
|
SourceForBinaryQuery
lets you find the
sources used to compile some Java classfiles you know about.
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.