站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

BinaryForSourceQuery (Java Support APIs) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.java/1 1.13

org.netbeans.api.java.queries
Class BinaryForSourceQuery

java.lang.Object
  extended by 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.
 
Method Summary
static BinaryForSourceQuery.Result findBinaryRoots(URL sourceRoot)
          Returns the binary root for given source root.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

org.netbeans.api.java/1 1.13

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.