| java.lang.Object org.netbeans.modules.gsfpath.api.queries.BinaryForSourceQuery
BinaryForSourceQuery | final public class BinaryForSourceQuery (Code) | | The query is used for finding binaries for sources,
this is intended to be the inverse of the SourceForBinaryQuery.
See Also: BinaryForSourceQueryImplementation See Also: SourceForBinaryQuery since: org.netbeans.modules.gsfpath.api/1 1.12 author: Tomas Zezula |
Inner Class :public static interface Result | |
Method Summary | |
public static Result | findBinaryRoots(URL sourceRoot) Returns the binary root for given source root.
Parameters: sourceRoot - the source path root. |
findBinaryRoots | public static Result findBinaryRoots(URL sourceRoot)(Code) | | Returns the binary root for given source root.
Parameters: sourceRoot - the source path root. a result object encapsulating the answer (never null) |
|
|