org.abstracthorizon.danube.support.logging.util
Class StringUtil

java.lang.Object
  extended by org.abstracthorizon.danube.support.logging.util.StringUtil

public class StringUtil
extends Object

This is simple string utility class

Author:
Daniel Sendula

Constructor Summary
StringUtil()
           
 
Method Summary
static void replaceAll(StringBuffer buffer, String what, String with)
          This method replaces all instances of given string with another within string buffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtil

public StringUtil()
Method Detail

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 buffer
what - what is to be replaces
with - what to be replaced for


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.