org.rhq.core.pluginapi.util
Class RegexSubstitution

java.lang.Object
  extended by org.rhq.core.pluginapi.util.RegexSubstitution

public class RegexSubstitution
extends Object


Constructor Summary
RegexSubstitution(Pattern pattern, String replacement)
           
 
Method Summary
 Pattern getPattern()
           
 String getReplacement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexSubstitution

public RegexSubstitution(Pattern pattern,
                         String replacement)
Method Detail

getPattern

public Pattern getPattern()

getReplacement

public String getReplacement()


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.