de.tobiasbudde.regedit.reg
Class RegularReplacer

java.lang.Object
  extended by de.tobiasbudde.regedit.reg.RegularReplacer

public class RegularReplacer
extends java.lang.Object

Author:
tbudde

Constructor Summary
RegularReplacer()
           
 
Method Summary
 java.lang.String replace(java.lang.String text, MatchResult matches, ReplaceConfiguration repConf)
           
 java.lang.String replaceNextMatch(java.lang.String string, Match match, ReplaceConfiguration repConf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegularReplacer

public RegularReplacer()
Method Detail

replace

public java.lang.String replace(java.lang.String text,
                                MatchResult matches,
                                ReplaceConfiguration repConf)
Parameters:
text -
matches -
repConf -
Returns:

replaceNextMatch

public java.lang.String replaceNextMatch(java.lang.String string,
                                         Match match,
                                         ReplaceConfiguration repConf)


Copyright © 2008 tobiasbudde.de. All Rights Reserved.