org.apache.ivy.plugins.matcher
public abstract class AbstractPatternMatcher extends Object implements PatternMatcher
Constructor Summary | |
---|---|
AbstractPatternMatcher(String name)
Create a new instance of a pattern matcher
|
Method Summary | |
---|---|
Matcher | getMatcher(String expression) |
String | getName() |
protected abstract Matcher | newMatcher(String expression)
Returns an instance of the implementation specific matcher.
|
String | toString() |
Parameters: name the name of the pattern matcher. Never null.
Parameters: expression the string to be matched.
Returns: the instance of the related matcher. Never null.