| A query to find Javadoc root for the given classpath root.
A default implementation is registered by the
org.netbeans.modules.java.project module which looks up the
project corresponding to the binary file and checks whether that
project has an implementation of this interface in its lookup. If so, it
delegates to that implementation. Therefore it is not generally necessary
for a project type provider to register its own global implementation of
this query, if it depends on the Java Project module and uses this style.
See Also: JavadocForBinaryQuery See Also: org.netbeans.api.project.Project.getLookup author: David Konecny, Jesse Glick since: org.netbeans.api.java/1 1.4 |