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

      public static boolean isEmpty(String string)
      Deprecated.
      use org.apache.commons.lang3.StringUtils.isEmpty() 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.