org.radeox.regex
Class OroPattern

java.lang.Object
  extended by org.radeox.regex.OroPattern
All Implemented Interfaces:
Pattern

public class OroPattern
extends java.lang.Object
implements Pattern


Constructor Summary
OroPattern(java.lang.String regex, boolean multiline, org.apache.oro.text.regex.Pattern pattern)
           
 
Method Summary
 boolean getMultiline()
          Return whether the pattern is multiline or not
protected  org.apache.oro.text.regex.Pattern getPattern()
           
 java.lang.String getRegex()
          Return a string representation of the regular expression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OroPattern

public OroPattern(java.lang.String regex,
                  boolean multiline,
                  org.apache.oro.text.regex.Pattern pattern)
Method Detail

getPattern

protected org.apache.oro.text.regex.Pattern getPattern()

getRegex

public java.lang.String getRegex()
Description copied from interface: Pattern
Return a string representation of the regular expression

Specified by:
getRegex in interface Pattern
Returns:
String representation of the regular expression

getMultiline

public boolean getMultiline()
Description copied from interface: Pattern
Return whether the pattern is multiline or not

Specified by:
getMultiline in interface Pattern
Returns:
Ture if the pattern is multiline