| Modifier and Type | Interface and Description |
|---|---|
static interface |
GetQuery.GetQueryProvider
A provider to
GetQuery |
| Modifier and Type | Method and Description |
|---|---|
List<QueryValue<?>> |
getKeys()
The keys to being retrieved from the query
|
static GetQuery |
parse(String query)
Obtains an instance of
GetQuery from a text string. |
List<QueryValue<?>> getKeys()
static GetQuery parse(String query)
GetQuery from a text string.query - the queryGetQuery instanceNullPointerException - when the query is nullQuerySyntaxException - if the text cannot be parsedProviderNotFoundException - when the provider is not foundCopyright © 2017–2019 Eclipse Foundation. All rights reserved.