| java.lang.Object org.netbeans.modules.gsfpath.api.queries.SourceForBinaryQuery
SourceForBinaryQuery | public class SourceForBinaryQuery (Code) | | The query is used for finding sources for binaries.
The examples of usage of this query are:
finding source for library
finding src.zip for platform
finding source folder for compiled jar or build folder
See Also: SourceForBinaryQueryImplementation since: org.netbeans.modules.gsfpath.api/1 1.4 |
Inner Class :public interface Result | |
Method Summary | |
public static Result | findSourceRoots(URL binaryRoot) Returns the source root for given binary root (for example, src folder for jar file or build folder).
Parameters: binaryRoot - the ClassPath root of compiled files. |
findSourceRoots | public static Result findSourceRoots(URL binaryRoot)(Code) | | Returns the source root for given binary root (for example, src folder for jar file or build folder).
Parameters: binaryRoot - the ClassPath root of compiled files. a result object encapsulating the answer (never null) |
|
|