public final class BinaryForSourceQuery extends Object
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.
|
Modifier and Type | Method and Description |
---|---|
static BinaryForSourceQuery.Result |
findBinaryRoots(URL sourceRoot)
Returns the binary root for given source root.
|
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.