|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.re.DummyPatternCompiler
The DummyPatternCompiler creates rather useless patterns: They return true for any pattern and input string.
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 |
public DummyPatternCompiler()
Method Detail |
public Pattern compile(java.lang.String pPattern)
PatternCompiler
Compiles the given regular expression. This method must be implemented in a thread safe manner.
compile
in interface PatternCompiler
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |