public final class BinaryForSourceQuery extends Object
SourceForBinaryQuery
.BinaryForSourceQueryImplementation2
,
BinaryForSourceQueryImplementation
,
SourceForBinaryQuery
Modifier and Type | Class and Description |
---|---|
static interface |
BinaryForSourceQuery.Result
Result of finding binaries, encapsulating the answer as well as the
ability to listen to it.
|
static class |
BinaryForSourceQuery.Result2
Enhanced version of
BinaryForSourceQuery.Result obtained via
BinaryForSourceQuery.findBinaryRoots2(java.net.URL) method. |
Modifier and Type | Method and Description |
---|---|
static BinaryForSourceQuery.Result |
findBinaryRoots(URL sourceRoot)
Returns the binary root for given source root.
|
static BinaryForSourceQuery.Result2 |
findBinaryRoots2(URL sourceRoot)
Returns the binary root for given source root as computed by
BinaryForSourceQueryImplementation2 . |
public static BinaryForSourceQuery.Result findBinaryRoots(URL sourceRoot)
sourceRoot
- the source path root. The URL must refer to folder.
In the case of archive file the jar protocol URL must be used.
The folder URL has to end with '/' The FileUtil.urlForArchiveOrDir(java.io.File)
can be used to create folder URLs.public static BinaryForSourceQuery.Result2 findBinaryRoots2(URL sourceRoot)
BinaryForSourceQueryImplementation2
.sourceRoot
- the source path root. The URL must refer to folder.
In the case of archive file the jar protocol URL must be used.
The folder URL has to end with '/' The FileUtil.urlForArchiveOrDir(java.io.File)
can be used to create folder URLs.