com.martiansoftware.util
Class StringUtils

java.lang.Object
  extended bycom.martiansoftware.util.StringUtils

public final class StringUtils
extends Object

Author:
Marty Lamb

Constructor Summary
StringUtils()
           
 
Method Summary
static void main(String[] args)
           
static String noNull(String s)
           
static String padRight(String s, int padCount)
           
static String padRightToWidth(String s, int desiredWidth)
           
static List wrapToList(String s, int width)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

noNull

public static String noNull(String s)

padRight

public static String padRight(String s,
                              int padCount)

padRightToWidth

public static String padRightToWidth(String s,
                                     int desiredWidth)

wrapToList

public static List wrapToList(String s,
                              int width)

main

public static void main(String[] args)


Copyright © 2002-2006, Martian Software, Inc.. All Rights Reserved.
For the latest version and documentation, please visit http://www.martiansoftware.com/jsap