|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tobiasbudde.regedit.reg.RegularReplacer
public class RegularReplacer
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 |
---|
public RegularReplacer()
Method Detail |
---|
public java.lang.String replace(java.lang.String text, MatchResult matches, ReplaceConfiguration repConf)
text
- matches
- repConf
-
public java.lang.String replaceNextMatch(java.lang.String string, Match match, ReplaceConfiguration repConf)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |