Class RegexTopicPredicate
- java.lang.Object
- 
- com.google.gerrit.index.query.Predicate<T>
- 
- com.google.gerrit.index.query.OperatorPredicate<I>
- 
- com.google.gerrit.index.query.IndexPredicate<I>
- 
- com.google.gerrit.index.query.RegexPredicate<ChangeData>
- 
- com.google.gerrit.server.query.change.ChangeRegexPredicate
- 
- com.google.gerrit.server.query.change.RegexTopicPredicate
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- com.google.gerrit.index.query.Matchable<ChangeData>
 
 public class RegexTopicPredicate extends ChangeRegexPredicate 
- 
- 
Field SummaryFields Modifier and Type Field Description protected dk.brics.automaton.RunAutomatonpattern
 - 
Constructor SummaryConstructors Constructor Description RegexTopicPredicate(String re)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCost()booleanmatch(ChangeData object)- 
Methods inherited from class com.google.gerrit.index.query.OperatorPredicatecopy, equals, getOperator, getValue, hashCode, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
RegexTopicPredicatepublic RegexTopicPredicate(String re) 
 
- 
 - 
Method Detail- 
matchpublic boolean match(ChangeData object) throws com.google.gwtorm.server.OrmException - Throws:
- com.google.gwtorm.server.OrmException
 
 - 
getCostpublic int getCost() 
 
- 
 
-