public class StringUtils
extends java.lang.Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNullOrEmpty(BufferedString s) |
static boolean |
isNullOrEmpty(java.lang.String s)
Convenience function to test whether a string is empty.
|
static java.lang.String |
toString(java.lang.Throwable t)
Print exception stack trace into a string.
|
public static java.lang.String toString(java.lang.Throwable t)
t - an exceptionpublic static boolean isNullOrEmpty(java.lang.String s)
s - String to testpublic static boolean isNullOrEmpty(BufferedString s)