ca.cbc.sportwire.util
Class RegexMap.RegexPair

java.lang.Object
  |
  +--ca.cbc.sportwire.util.RegexMap.RegexPair
Enclosing class:
RegexMap

class RegexMap.RegexPair
extends java.lang.Object


Field Summary
 org.apache.oro.text.regex.Pattern pattern
           
 org.apache.oro.text.regex.Perl5Substitution replacement
           
 
Constructor Summary
RegexMap.RegexPair(java.lang.String p, java.lang.String r)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

pattern

public org.apache.oro.text.regex.Pattern pattern

replacement

public org.apache.oro.text.regex.Perl5Substitution replacement
Constructor Detail

RegexMap.RegexPair

public RegexMap.RegexPair(java.lang.String p,
                          java.lang.String r)
                   throws org.apache.oro.text.regex.MalformedPatternException