public abstract class RefPatternMatcher extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RefPatternMatcher.ExpandParameters |
Constructor and Description |
---|
RefPatternMatcher() |
Modifier and Type | Method and Description |
---|---|
static RefPatternMatcher |
getMatcher(String pattern) |
abstract boolean |
match(String ref,
CurrentUser user) |
public static RefPatternMatcher getMatcher(String pattern)
public abstract boolean match(String ref, CurrentUser user)