org.jvnet.jaxb2.maven2.util
Class StringUtils
java.lang.Object
org.jvnet.jaxb2.maven2.util.StringUtils
public class StringUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtils
public StringUtils()
isEmpty
public static boolean isEmpty(String string)
- Checks if a (trimmed) String is
null or empty.
- Parameters:
string - the String to check
- Returns:
true if the string is null, or length
zero once trimmed.
escapeSpace
public static String escapeSpace(String url)
split
public static String[] split(String str,
char separatorChar,
boolean preserveAllTokens)
Copyright © 2006-2014. All Rights Reserved.