de.ispsoft.jaxme.re
Class DummyPatternCompiler

java.lang.Object
  extended byde.ispsoft.jaxme.re.DummyPatternCompiler
All Implemented Interfaces:
PatternCompiler

public class DummyPatternCompiler
extends java.lang.Object
implements PatternCompiler

The DummyPatternCompiler creates rather useless patterns: They return true for any pattern and input string.

Author:
Jochen Wiedmann

Constructor Summary
DummyPatternCompiler()
           
 
Method Summary
 Pattern compile(java.lang.String pPattern)
          Compiles the given regular expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyPatternCompiler

public DummyPatternCompiler()
Method Detail

compile

public Pattern compile(java.lang.String pPattern)
Description copied from interface: PatternCompiler

Compiles the given regular expression. This method must be implemented in a thread safe manner.

Specified by:
compile in interface PatternCompiler