public final class StringUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isOnlyWhitespace(java.lang.String str)
Returns true if the string is empty or only includes whitespace characters.
|
static boolean |
isPossiblyJavaClass(java.lang.String s)
Returns true if the string is possibly a full java class name
|
public static boolean isOnlyWhitespace(java.lang.String str)
str - the string to be checkedpublic static boolean isPossiblyJavaClass(java.lang.String s)
s - the string to be checked