Package org.jvnet.jaxb2.maven2.util
Class StringUtils
- java.lang.Object
-
- org.jvnet.jaxb2.maven2.util.StringUtils
-
public final class StringUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringescapeSpace(String url)static booleanisEmptyTrimmed(String string)Checks if a (trimmed) String isnullor empty.
-
-
-
Method Detail
-
isEmptyTrimmed
public static boolean isEmptyTrimmed(String string)
Checks if a (trimmed) String isnullor empty.- Parameters:
string- the String to check- Returns:
trueif the string isnull, or length zero once trimmed.
-
-