org.netbeans.api.java.queries
public class JavadocForBinaryQuery extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
JavadocForBinaryQuery.Result
Result of finding Javadoc, encapsulating the answer as well as the
ability to listen to it.
|
Modifier and Type | Method and Description |
---|---|
static JavadocForBinaryQuery.Result |
findJavadoc(URL binary)
Find Javadoc information for a classpath root containing Java classes.
|
public static JavadocForBinaryQuery.Result findJavadoc(URL binary)
These methods calls findJavadoc method on the JavadocForBinaryQueryImplementation instances registered in the lookup until null result is returned for given binaryRoot. The non null result is returned.
binary
- URL of a classpath rootBuilt on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.