objectgen.usecase.pattern
Class PatternMatcher

java.lang.Object
  extended byobjectgen.usecase.pattern.PatternMatcher
All Implemented Interfaces:
IPatternMatcher

public class PatternMatcher
extends java.lang.Object
implements IPatternMatcher


Constructor Summary
PatternMatcher()
          Creates a new instance of PatternMatcher
 
Method Summary
 java.lang.String[] match(java.lang.String text, IPatternReader patternReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternMatcher

public PatternMatcher()
Creates a new instance of PatternMatcher

Method Detail

match

public java.lang.String[] match(java.lang.String text,
                                IPatternReader patternReader)
Specified by:
match in interface IPatternMatcher
Returns:
null if the pattern does not match with the text.