|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getLanguage()
Get the name of the language that this parser is able to understand. |
Query |
parseQuery(java.lang.String statement)
Parse the supplied query from a string representation into a Query. |
| Method Detail |
|---|
java.lang.String getLanguage()
Query parseQuery(java.lang.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 | |||||||||