|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.re.ApacheRegexpPatternCompiler
A PatternCompiler
based on the Regexp
package from the Apache Jakarta project.
Nested Class Summary | |
static class |
ApacheRegexpPatternCompiler.ApacheRegexpPattern
|
Constructor Summary | |
ApacheRegexpPatternCompiler()
|
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 ApacheRegexpPatternCompiler()
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 |