de.ispsoft.jaxme.re
Class OroPatternCompiler

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

public class OroPatternCompiler
extends java.lang.Object
implements PatternCompiler

A PatternCompiler implemented on the Apache ORO package.

Author:
Jochen Wiedmann

Nested Class Summary
static class OroPatternCompiler.OroPattern
           
 
Constructor Summary
OroPatternCompiler()
           
 
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

OroPatternCompiler

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