Package com.google.gerrit.server.project
Class RefPatternMatcher.ExpandParameters
- java.lang.Object
- 
- com.google.gerrit.server.project.RefPatternMatcher
- 
- com.google.gerrit.server.project.RefPatternMatcher.ExpandParameters
 
 
- 
- Enclosing class:
- RefPatternMatcher
 
 public static class RefPatternMatcher.ExpandParameters extends RefPatternMatcher 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.google.gerrit.server.project.RefPatternMatcherRefPatternMatcher.ExpandParameters
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(String ref, CurrentUser user)booleanmatchPrefix(String ref)- 
Methods inherited from class com.google.gerrit.server.project.RefPatternMatchergetMatcher, getMatcher
 
- 
 
- 
- 
- 
Method Detail- 
matchpublic boolean match(String ref, CurrentUser user) - Specified by:
- matchin class- RefPatternMatcher
 
 - 
matchPrefixpublic boolean matchPrefix(String ref) 
 
- 
 
-