|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryParser
The basic interface defining a component that is able to parse a string query into a Query.
| Method Summary | |
|---|---|
String |
getLanguage()
Get the name of the language that this parser is able to understand. |
Query |
parseQuery(String statement)
Parse the supplied query from a string representation into a Query. |
| Method Detail |
|---|
String getLanguage()
Query parseQuery(String statement)
throws InvalidQueryException
Query.
statement - in string form; may not be null
InvalidQueryException - if the supplied query can be parsed but is invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||