Package org.eclipse.aether.util
Class StringUtils
- java.lang.Object
-
- org.eclipse.aether.util.StringUtils
-
public final class StringUtils extends java.lang.ObjectA utility class to ease string processing.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateStringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisEmpty(java.lang.String string)Checks whether a string isnullor of zero length.
-