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.RefPatternMatcher
RefPatternMatcher.ExpandParameters 
 - 
 
- 
Method Summary
All 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.RefPatternMatcher
getMatcher 
 - 
 
 - 
 
- 
- 
Method Detail
- 
match
public boolean match(String ref, CurrentUser user)
- Specified by:
 matchin classRefPatternMatcher
 
- 
matchPrefix
public boolean matchPrefix(String ref)
 
 - 
 
 -