Class Strings
java.lang.Object
com.thebuzzmedia.exiftool.commons.lang.Strings
Static String Utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isNotEmpty
(String value) Check that given string is notnull
or empty.
-
Method Details
-
isNotEmpty
Check that given string is notnull
or empty.- Parameters:
value
- Given string to check.- Returns:
true
ifvalue
isnull
or empty.
-