org.tuckey.web.filters.urlrewrite.utils
Class RegexPattern
java.lang.Object
org.tuckey.web.filters.urlrewrite.utils.RegexPattern
- All Implemented Interfaces:
- StringMatchingPattern
public class RegexPattern
- extends Object
- implements StringMatchingPattern
Simpe wrapper for java.util.regex.Pattern.
- See Also:
Pattern
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexPattern
public RegexPattern(String patternStr,
boolean caseSensitive)
throws StringMatchingPatternSyntaxException
- Throws:
StringMatchingPatternSyntaxException
matcher
public StringMatchingMatcher matcher(String regex)
- Specified by:
matcher in interface StringMatchingPattern
Copyright © 2001-2012 Paul Tuckey. All Rights Reserved.