org.jrdf.util.boundary
Class RegexMatcherFactoryImpl

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

public class RegexMatcherFactoryImpl
extends Object
implements RegexMatcherFactory, Serializable

See Also:
Serialized Form

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