|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.re.JavaUtilPatternCompiler
The JavaUtilPatternCompiler is a PatternCompiler
based on the java.util.regex package. Unfortunately this
package is available in Java 1.4 only, thus we cannot use
it always.
Nested Class Summary | |
static class |
JavaUtilPatternCompiler.JavaUtilPattern
|
Constructor Summary | |
JavaUtilPatternCompiler()
|
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 JavaUtilPatternCompiler()
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 |