jestr.generic.oro.text.regex
Class RegexUtils.PatternAndSubstitution

java.lang.Object
  extended byjestr.generic.oro.text.regex.RegexUtils.PatternAndSubstitution
Enclosing class:
RegexUtils

public static class RegexUtils.PatternAndSubstitution
extends java.lang.Object


Field Summary
 org.apache.oro.text.regex.Pattern pattern
           
 org.apache.oro.text.regex.Substitution substitution
           
 
Constructor Summary
RegexUtils.PatternAndSubstitution(org.apache.oro.text.regex.Pattern pattern, org.apache.oro.text.regex.Substitution substitution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

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

substitution

public org.apache.oro.text.regex.Substitution substitution
Constructor Detail

RegexUtils.PatternAndSubstitution

public RegexUtils.PatternAndSubstitution(org.apache.oro.text.regex.Pattern pattern,
                                         org.apache.oro.text.regex.Substitution substitution)


Copyright (c) 2001-2003 - Apache Software Foundation