java.lang.Object
ch.qos.logback.core.util.StringUtil
- Since:
- 1.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisNullOrEmpty(String str) Returns true if input str is null or empty.static booleannotNullNorEmpty(String str) Returns true if input str is not null nor empty.
-
Constructor Details
-
StringUtil
public StringUtil()
-
-
Method Details
-
isNullOrEmpty
Returns true if input str is null or empty.- Parameters:
str-- Returns:
-
notNullNorEmpty
Returns true if input str is not null nor empty.- Parameters:
str-- Returns:
-