org.jrdf.util.boundary
Class RegexMatcherFactoryImpl

java.lang.Object
  extended by org.jrdf.util.boundary.RegexMatcherFactoryImpl
All Implemented Interfaces:
RegexMatcherFactory

public class RegexMatcherFactoryImpl
extends Object
implements RegexMatcherFactory

Class description goes here.


Constructor Summary
RegexMatcherFactoryImpl()
           
 
Method Summary
 RegexMatcher createMatcher(Pattern pattern, CharSequence input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexMatcherFactoryImpl

public RegexMatcherFactoryImpl()
Method Detail

createMatcher

public RegexMatcher createMatcher(Pattern pattern,
                                  CharSequence input)
Specified by:
createMatcher in interface RegexMatcherFactory