org.abstracthorizon.danube.support.logging.util
Class StringUtil
java.lang.Object
org.abstracthorizon.danube.support.logging.util.StringUtil
public class StringUtil
- extends Object
This is simple string utility class
- Author:
- Daniel Sendula
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtil
public StringUtil()
replaceAll
public static void replaceAll(StringBuffer buffer,
String what,
String with)
- This method replaces all instances of given string with another within string buffer
- Parameters:
buffer
- string bufferwhat
- what is to be replaceswith
- what to be replaced for
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.