|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.util.strings.StringUtils
public final class StringUtils
Utility methods for Strings.
| Method Summary | |
|---|---|
static boolean |
isBoolean(java.lang.String str)
Checks, whether the given String argument is intepretable as boolean value. |
static boolean |
isNumeric(java.lang.String str)
Checks, whether the given String argument is intepretable as numeric value. |
static java.lang.String |
unquoteString(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final boolean isNumeric(java.lang.String str)
str -
public static final boolean isBoolean(java.lang.String str)
str -
public static final java.lang.String unquoteString(java.lang.String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||