Interface | Description |
---|---|
BinaryForSourceQuery.Result |
Result of finding binaries, encapsulating the answer as well as the
ability to listen to it.
|
SourceForBinaryQuery.Result |
Result of finding sources, encapsulating the answer as well as the
ability to listen to it.
|
Class | Description |
---|---|
BinaryForSourceQuery |
The query is used for finding binaries for sources,
this is intended to be the inverse of the
SourceForBinaryQuery . |
BinaryForSourceQuery.Result2 |
Enhanced version of
BinaryForSourceQuery.Result obtained via
BinaryForSourceQuery.findBinaryRoots2(java.net.URL) method. |
SourceForBinaryQuery |
The query is used for finding sources for binaries.
|
SourceForBinaryQuery.Result2 |
Result of finding sources, encapsulating the answer as well as the
ability to listen to it.
|