org.jrdf.util.boundary
Class RegexMatcherFactoryImpl
java.lang.Object
org.jrdf.util.boundary.RegexMatcherFactoryImpl
- All Implemented Interfaces:
- RegexMatcherFactory
public class RegexMatcherFactoryImpl
- extends Object
- implements RegexMatcherFactory
Class description goes here.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexMatcherFactoryImpl
public RegexMatcherFactoryImpl()
createMatcher
public RegexMatcher createMatcher(Pattern pattern,
CharSequence input)
- Specified by:
createMatcher
in interface RegexMatcherFactory