org.jboss.ejb3.common.string
Class StringUtils

java.lang.Object
  extended by org.jboss.ejb3.common.string.StringUtils

public class StringUtils
extends Object

StringUtils A Set of String Manipulation Utilities

Version:
$Revision: $
Author:
ALR

Constructor Summary
StringUtils()
           
 
Method Summary
static String adjustWhitespaceStringToNull(String string)
          Sets the specified String to null if it is empty or contains only whitespace
 
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

adjustWhitespaceStringToNull

public static final String adjustWhitespaceStringToNull(String string)
Sets the specified String to null if it is empty or contains only whitespace

Parameters:
string -


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.