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 a non null result is returned for given binaryRoot.
binary
- URL of a classpath root