org.netbeans.modules.gsfpath.api.queries |
Java-specific queries.
{@link org.netbeans.modules.gsfpath.api.queries.SourceForBinaryQuery} lets you find the
sources used to compile some Java classfiles you know about.
|
Java Source File Name | Type | Comment |
AccessibilityQuery.java | Class | Indicates whether a Java package should be considered publicly accessible. |
BinaryForSourceQuery.java | Class | The query is used for finding binaries for sources,
this is intended to be the inverse of the SourceForBinaryQuery. |
JavadocForBinaryQuery.java | Class | A query to find Javadoc root for the given classpath root. |
SourceForBinaryQuery.java | Class | The query is used for finding sources for binaries. |
SourceLevelQuery.java | Class | Returns source level of the given Java source file if it is known. |
UnitTestForSourceQuery.java | Class | Query to find Java package root of unit tests for Java package root of
sources and vice versa. |