当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
BinaryForSourceQuery (Java Support APIs) - NetBeans API Javadoc (Current Development Version)
org.netbeans.api.java.queries
Class BinaryForSourceQuery
java.lang.Object
org.netbeans.api.java.queries.BinaryForSourceQuery
public final class BinaryForSourceQuery
- extends Object
The query is used for finding binaries for sources,
this is intended to be the inverse of the SourceForBinaryQuery.
- Since:
- org.netbeans.api.java/1 1.12
- See Also:
BinaryForSourceQueryImplementation
,
SourceForBinaryQuery
Nested Class Summary |
static interface |
BinaryForSourceQuery.Result
Result of finding binaries, encapsulating the answer as well as the
ability to listen to it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
findBinaryRoots
public static BinaryForSourceQuery.Result findBinaryRoots(URL sourceRoot)
- Returns the binary root for given source root.
- Parameters:
sourceRoot
- the source path root.
- Returns:
- a result object encapsulating the answer (never null)