Interface SearchQuery
-
- All Known Implementing Classes:
AbstractSearchQuery
public interface SearchQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getQueryString()
boolean
matches(String searchResult)
-