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