org.jboss.ejb3.common.string
Class StringUtils
java.lang.Object
org.jboss.ejb3.common.string.StringUtils
public class StringUtils
- extends Object
StringUtils
A Set of String Manipulation Utilities
- Version:
- $Revision: $
- Author:
- ALR
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtils
public StringUtils()
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.