- SourceJavadocAttacher - Class in org.netbeans.api.java.queries
-
A support for attaching source roots and javadoc roots to binary roots.
- SourceJavadocAttacher.AttachmentListener - Interface in org.netbeans.api.java.queries
-
- SourceJavadocAttacherImplementation - Interface in org.netbeans.spi.java.queries
-
A SPI for attaching source roots and javadoc roots to binary roots.
- SourceJavadocAttacherImplementation.Definer - Interface in org.netbeans.spi.java.queries
-
- SourceLevelQuery - Class in org.netbeans.api.java.queries
-
Returns source level of the given Java source file if it is known.
- SourceLevelQuery.Profile - Enum in org.netbeans.api.java.queries
-
The JRE profiles defined by Java 8.
- SourceLevelQuery.Result - Class in org.netbeans.api.java.queries
-
Result of finding source level, encapsulating the answer as well as the
ability to listen to it.
- SourceLevelQueryImplementation - Interface in org.netbeans.spi.java.queries
-
- SourceLevelQueryImplementation2 - Interface in org.netbeans.spi.java.queries
-
Permits providers to return specification source level of Java source file.
- SourceLevelQueryImplementation2.Result - Interface in org.netbeans.spi.java.queries
-
Result of finding source level, encapsulating the answer as well as the
ability to listen to it.
- SourceLevelQueryImplementation2.Result2 - Interface in org.netbeans.spi.java.queries
-
Result of finding a source level and profile as well as the ability
to listen on changes.
- sourceOutputDirectory() - Method in interface org.netbeans.api.java.queries.AnnotationProcessingQuery.Result
-
Returns directory to which the annotation processing (during build process) generates sources, if any.
- supportsChanges() - Method in class org.netbeans.api.java.queries.SourceLevelQuery.Result
-
Returns true if the result support updates and client may
listen on it.