java.lang.Object
org.pdfsam.eventstudio.util.StringUtils
Simple utility methods
String related.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdefaultString(String input, String defaultValue) static booleanstatic booleanisNotBlank(String input)
-
Constructor Details
-
StringUtils
private StringUtils()
-
-
Method Details
-
isBlank
-
isNotBlank
-
defaultString
- Returns:
- the unchanged input if it's not blank, the default value otherwise
-