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.Deprecated since 1.5.0 without any alternative provided. Use Java 8 APIs instead.Checks whether a string isnull
or of zero length.- Parameters:
string
- The string to check, may benull
.- Returns:
true
if the string isnull
or of zero length,false
otherwise.
-