Class StringUtils

java.lang.Object
org.eclipse.aether.util.StringUtils

@Deprecated public final class StringUtils extends Object
Deprecated.
A utility class to ease string processing.
  • Method Details

    • isEmpty

      @Deprecated public static boolean isEmpty(String string)
      Deprecated.
      Deprecated since 1.5.0 without any alternative provided. Use Java 8 APIs instead.
      Checks whether a string is null or of zero length.
      Parameters:
      string - The string to check, may be null.
      Returns:
      true if the string is null or of zero length, false otherwise.