Package com.google.gerrit.server.project
Class RefPatternMatcher
- java.lang.Object
- 
- com.google.gerrit.server.project.RefPatternMatcher
 
- 
- Direct Known Subclasses:
- RefPatternMatcher.ExpandParameters,- SectionMatcher
 
 public abstract class RefPatternMatcher extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRefPatternMatcher.ExpandParameters
 - 
Constructor SummaryConstructors Constructor Description RefPatternMatcher()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static RefPatternMatchergetMatcher(AccessSection section)static RefPatternMatchergetMatcher(String pattern)abstract booleanmatch(String ref, CurrentUser user)
 
- 
- 
- 
Method Detail- 
getMatcherpublic static RefPatternMatcher getMatcher(AccessSection section) 
 - 
getMatcherpublic static RefPatternMatcher getMatcher(String pattern) 
 - 
matchpublic abstract boolean match(String ref, CurrentUser user) 
 
- 
 
-