Package org.eclipse.aether.util
Class StringUtils
- java.lang.Object
-
- org.eclipse.aether.util.StringUtils
-
public final class StringUtils extends Object
A utility class to ease string processing.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isEmpty(String string)
Checks whether a string isnull
or of zero length.
-