|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.util.StringUtils
Utility class for String values.
Constructor Summary | |
StringUtils()
|
Method Summary | |
static boolean |
isNullOrEmpty(java.lang.String stringToTest)
Test whether a given String is null or empty. |
static java.lang.String[] |
split(java.lang.String string)
Split a String using the ":" separator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringUtils()
Method Detail |
public static boolean isNullOrEmpty(java.lang.String stringToTest)
stringToTest
-
public static java.lang.String[] split(java.lang.String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |