com.l2fprod.util
Class StringUtils

java.lang.Object
  extended by com.l2fprod.util.StringUtils

public class StringUtils
extends java.lang.Object

Description of the Class

Author:
fred

Constructor Summary
StringUtils()
           
 
Method Summary
static java.lang.String format(java.lang.String s, int length, char c)
          Description of the Method
static java.lang.String replace(java.lang.String txt, java.lang.String from, java.lang.String to)
          Description of the Method
static java.lang.String[] splitString(java.lang.String s, java.lang.String delim)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

replace

public static java.lang.String replace(java.lang.String txt,
                                       java.lang.String from,
                                       java.lang.String to)
Description of the Method

Parameters:
txt - Description of Parameter
from - Description of Parameter
to - Description of Parameter
Returns:
Description of the Returned Value

splitString

public static java.lang.String[] splitString(java.lang.String s,
                                             java.lang.String delim)
Description of the Method

Parameters:
s - Description of Parameter
delim - Description of Parameter
Returns:
Description of the Returned Value

format

public static java.lang.String format(java.lang.String s,
                                      int length,
                                      char c)
Description of the Method

Parameters:
s - Description of Parameter
length - Description of Parameter
c - Description of Parameter
Returns:
Description of the Returned Value