Package be.personify.util
Class StringUtils
- java.lang.Object
-
- be.personify.util.StringUtils
-
public class StringUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAMPERSANDstatic StringBOUNDARYstatic StringCOLONstatic StringCOLON_SLASHSLASHstatic StringCOMMAstatic StringCRLFstatic StringDASHstatic StringDOTstatic StringEMPTY_STRINGstatic StringEQUALSstatic StringESCAPED_PIPEstatic StringFALSEstatic StringGTstatic StringKEYstatic StringLEFT_BRACKETstatic StringLEFT_PARENTHESEstatic StringLTstatic StringMULTIPART_STARTstatic StringNOT_EQUALSstatic StringPERCENTstatic StringPIPEstatic StringQUESTION_MARKstatic StringQUOTEstatic StringRIGHT_BRACKETstatic StringRIGHT_PARENTHESEstatic StringSEMI_COLONstatic StringSLASHstatic StringSPACEstatic StringSPACE_DASH_SPACEstatic StringSTARstatic StringTRUEstatic StringTWO_DASHESstatic StringUNDERSCOREstatic StringZERO
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringcapitalize(String s)static StringgetMultiIdentifier(String single)static StringgetSingleIdentifier(String multi)static booleanisEmpty(Object str)static booleanisEmpty(String s)static booleanisEmpty(List<Object> list)static Stringjoin(List<String> list, String delim)static StringtoCamelCase(String value)
-
-
-
Field Detail
-
EMPTY_STRING
public static final String EMPTY_STRING
- See Also:
- Constant Field Values
-
SPACE
public static final String SPACE
- See Also:
- Constant Field Values
-
ZERO
public static final String ZERO
- See Also:
- Constant Field Values
-
SLASH
public static final String SLASH
- See Also:
- Constant Field Values
-
DASH
public static final String DASH
- See Also:
- Constant Field Values
-
PIPE
public static final String PIPE
- See Also:
- Constant Field Values
-
COLON
public static final String COLON
- See Also:
- Constant Field Values
-
LEFT_PARENTHESE
public static final String LEFT_PARENTHESE
- See Also:
- Constant Field Values
-
RIGHT_PARENTHESE
public static final String RIGHT_PARENTHESE
- See Also:
- Constant Field Values
-
LEFT_BRACKET
public static final String LEFT_BRACKET
- See Also:
- Constant Field Values
-
RIGHT_BRACKET
public static final String RIGHT_BRACKET
- See Also:
- Constant Field Values
-
COMMA
public static final String COMMA
- See Also:
- Constant Field Values
-
DOT
public static final String DOT
- See Also:
- Constant Field Values
-
SEMI_COLON
public static final String SEMI_COLON
- See Also:
- Constant Field Values
-
QUESTION_MARK
public static final String QUESTION_MARK
- See Also:
- Constant Field Values
-
COLON_SLASHSLASH
public static final String COLON_SLASHSLASH
- See Also:
- Constant Field Values
-
ESCAPED_PIPE
public static final String ESCAPED_PIPE
- See Also:
- Constant Field Values
-
AMPERSAND
public static final String AMPERSAND
- See Also:
- Constant Field Values
-
EQUALS
public static final String EQUALS
- See Also:
- Constant Field Values
-
NOT_EQUALS
public static final String NOT_EQUALS
- See Also:
- Constant Field Values
-
GT
public static final String GT
- See Also:
- Constant Field Values
-
LT
public static final String LT
- See Also:
- Constant Field Values
-
UNDERSCORE
public static final String UNDERSCORE
- See Also:
- Constant Field Values
-
STAR
public static final String STAR
- See Also:
- Constant Field Values
-
PERCENT
public static final String PERCENT
- See Also:
- Constant Field Values
-
SPACE_DASH_SPACE
public static final String SPACE_DASH_SPACE
- See Also:
- Constant Field Values
-
QUOTE
public static final String QUOTE
- See Also:
- Constant Field Values
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
CRLF
public static final String CRLF
- See Also:
- Constant Field Values
-
TWO_DASHES
public static final String TWO_DASHES
- See Also:
- Constant Field Values
-
BOUNDARY
public static final String BOUNDARY
- See Also:
- Constant Field Values
-
MULTIPART_START
public static final String MULTIPART_START
- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-