| Package | Description |
|---|---|
| org.netbeans.api.java.queries | |
| org.netbeans.spi.java.queries | |
| org.netbeans.spi.java.queries.support |
| Modifier and Type | Class and Description |
|---|---|
static class |
SourceForBinaryQuery.Result2
Result of finding sources, encapsulating the answer as well as the
ability to listen to it.
|
| Modifier and Type | Method and Description |
|---|---|
static SourceForBinaryQuery.Result |
SourceForBinaryQuery.findSourceRoots(URL binaryRoot)
Returns the source root for given binary root (for example, src folder for jar file or build folder).
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SourceForBinaryQueryImplementation2.Result |
| Modifier and Type | Method and Description |
|---|---|
SourceForBinaryQuery.Result |
SourceForBinaryQueryImplementation.findSourceRoots(URL binaryRoot)
Returns the source root(s) for a given binary root.
|
| Modifier and Type | Method and Description |
|---|---|
protected SourceForBinaryQueryImplementation2.Result |
SourceForBinaryQueryImpl2Base.asResult(SourceForBinaryQuery.Result result)
Creates a wrapper for
SourceForBinaryQuery.Result. |