Class Strings
java.lang.Object
com.xebialabs.deployit.booter.local.utils.Strings
Rationale: We don't want to depend on the apache-lang library, but guava doesn't offer all the nice stringutils stuff, so roll our own...
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdeCamelize(String fieldName) static StringdefaultIfEmpty(String s, String defaultValue) static booleanstatic booleanstatic booleanisNotBlank(String s) static booleanisNotEmpty(String s)
-
Constructor Details
-
Strings
public Strings()
-
-
Method Details
-
isEmpty
-
isNotEmpty
-
isBlank
-
isNotBlank
-
defaultIfEmpty
-
deCamelize
-
split
-