de.ispsoft.jaxme.re
Class ApacheRegexpPatternCompiler

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

public class ApacheRegexpPatternCompiler
extends java.lang.Object
implements PatternCompiler

A PatternCompiler based on the Regexp package from the Apache Jakarta project.

Author:
Jochen Wiedmann

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

ApacheRegexpPatternCompiler

public ApacheRegexpPatternCompiler()
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