|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statsvn.util.StringUtils
public class StringUtils
Constructor Summary | |
---|---|
StringUtils()
|
Method Summary | |
---|---|
static String |
replace(String originalPattern,
String newPattern,
String originalString)
This method is a 1.4 replacement of the String.replace(CharSequence, CharSequence) found in 1.5. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtils()
Method Detail |
---|
public static String replace(String originalPattern, String newPattern, String originalString)
originalPattern
- newPattern
- originalString
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |