Package org.eclipse.aether.util
Class StringUtils
java.lang.Object
org.eclipse.aether.util.StringUtils
Deprecated.
A utility class to ease string processing.
-
Method Summary
-
Method Details
-
isEmpty
Deprecated.useorg.apache.commons.lang3.StringUtils.isEmpty()insteadChecks whether a string isnullor of zero length.- Parameters:
string- The string to check, may benull.- Returns:
trueif the string isnullor of zero length,falseotherwise.
-
org.apache.commons.lang3.StringUtils.isEmpty()instead