|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.optional.sitraka.StringUtil
String utilities method.
| Method Summary | |
|---|---|
static void |
replace(java.lang.StringBuffer src,
java.lang.String find,
java.lang.String replacement)
Replaces all occurences of find with replacement in the source StringBuffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void replace(java.lang.StringBuffer src,
java.lang.String find,
java.lang.String replacement)
src - the original string buffer to modify.find - the string to be replaced.replacement - the replacement string for find matches.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||