Package | Description |
---|---|
org.netbeans.api.java.queries |
Java-specific queries.
|
org.netbeans.spi.java.queries |
Implementations of Java-related queries.
|
Modifier and Type | Method and Description |
---|---|
static JavadocForBinaryQuery.Result |
JavadocForBinaryQuery.findJavadoc(URL binary)
Find Javadoc information for a classpath root containing Java classes.
|
Modifier and Type | Method and Description |
---|---|
JavadocForBinaryQuery.Result |
JavadocForBinaryQueryImplementation.findJavadoc(URL binaryRoot)
Find any Javadoc corresponding to the given classpath root containing
Java classes.
|