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 SummaryAll 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)intgetCost()booleanmatch(ChangeData object)- 
Methods inherited from class com.google.gerrit.index.query.OperatorPredicatecopy, equals, getOperator, getValue, hashCode, toString
 
- 
 
- 
- 
- 
Method Detail- 
createpublic static com.google.gerrit.index.query.Predicate<ChangeData> create(ChangeQueryBuilder.Arguments args, String value) 
 - 
matchpublic boolean match(ChangeData object) throws com.google.gwtorm.server.OrmException - Throws:
- com.google.gwtorm.server.OrmException
 
 - 
getCostpublic int getCost() 
 
- 
 
-