Class EqualsFilePredicate
- java.lang.Object
-
- com.google.gerrit.index.query.Predicate<T>
-
- com.google.gerrit.index.query.OperatorPredicate<I>
-
- com.google.gerrit.index.query.IndexPredicate<ChangeData>
-
- com.google.gerrit.server.query.change.ChangeIndexPredicate
-
- com.google.gerrit.server.query.change.EqualsFilePredicate
-
- All Implemented Interfaces:
com.google.gerrit.index.query.Matchable<ChangeData>
public class EqualsFilePredicate extends ChangeIndexPredicate
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.google.gerrit.index.query.Predicate<ChangeData>
create(ChangeQueryBuilder.Arguments args, String value)
int
getCost()
boolean
match(ChangeData object)
-
Methods inherited from class com.google.gerrit.index.query.OperatorPredicate
copy, equals, getOperator, getValue, hashCode, toString
-
-
-
-
Method Detail
-
create
public static com.google.gerrit.index.query.Predicate<ChangeData> create(ChangeQueryBuilder.Arguments args, String value)
-
match
public boolean match(ChangeData object) throws com.google.gwtorm.server.OrmException
- Throws:
com.google.gwtorm.server.OrmException
-
getCost
public int getCost()
-
-