Interface ProjectQueryBuilder
- All Known Implementing Classes:
ProjectQueryBuilderImpl
public interface ProjectQueryBuilder
Provides methods required for parsing projects queries.
Internally (at google), this interface has a different implementation, comparing to upstream.
-
Field Details
-
FIELD_LIMIT
- See Also:
-
FIELD_SUBSTRING
- See Also:
-
-
Method Details
-
parse
Predicate<com.google.gerrit.index.project.ProjectData> parse(String query) throws QueryParseException - Throws:
QueryParseException
-
parse
List<Predicate<com.google.gerrit.index.project.ProjectData>> parse(List<String> queries) throws QueryParseException - Throws:
QueryParseException
-