Package com.google.gerrit.server.project
Class RefPatternMatcher
- java.lang.Object
-
- com.google.gerrit.server.project.RefPatternMatcher
-
public abstract class RefPatternMatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description RefPatternMatcher()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static RefPatternMatcher
getMatcher(String pattern)
abstract boolean
match(String ref, CurrentUser user)
-
-
-
Method Detail
-
getMatcher
public static RefPatternMatcher getMatcher(String pattern)
-
match
public abstract boolean match(String ref, CurrentUser user)
-
-