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 boolean
match(String ref, CurrentUser user)
boolean
matchPrefix(String ref)
-
Methods inherited from class com.google.gerrit.server.project.RefPatternMatcher
getMatcher, getMatcher
-
-
-
-
Method Detail
-
match
public boolean match(String ref, CurrentUser user)
- Specified by:
match
in classRefPatternMatcher
-
matchPrefix
public boolean matchPrefix(String ref)
-
-