de.ispsoft.jaxme.re
Class ApacheRegexpPatternCompiler.ApacheRegexpPattern

java.lang.Object
  extended byde.ispsoft.jaxme.re.ApacheRegexpPatternCompiler.ApacheRegexpPattern
All Implemented Interfaces:
Pattern
Enclosing class:
ApacheRegexpPatternCompiler

public static class ApacheRegexpPatternCompiler.ApacheRegexpPattern
extends java.lang.Object
implements Pattern


Constructor Summary
ApacheRegexpPatternCompiler.ApacheRegexpPattern(java.lang.String pPattern)
           
 
Method Summary
 boolean matches(java.lang.String pInput)
          Tests whether the given String matches the regular expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheRegexpPatternCompiler.ApacheRegexpPattern

public ApacheRegexpPatternCompiler.ApacheRegexpPattern(java.lang.String pPattern)
Method Detail

matches

public boolean matches(java.lang.String pInput)
Description copied from interface: Pattern

Tests whether the given String matches the regular expression. This method must be implemented in a thread safe manner.

Specified by:
matches in interface Pattern