org.sonatype.aether.util
Class StringUtils
java.lang.Object
org.sonatype.aether.util.StringUtils
public class StringUtils
- extends Object
A utility class to ease string processing.
- Author:
- Benjamin Hanzelmann, Benjamin Bentmann
Method Summary |
static boolean |
isEmpty(String string)
Checks whether a string is null or of zero length. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isEmpty
public static boolean isEmpty(String string)
- Checks whether a string is
null
or of zero length.
- Parameters:
string
- The string to check, may be null
.
- Returns:
true
if the string is null
or of zero length, false
otherwise.
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.