Class Utils

java.lang.Object
org.eclipse.jetty.start.Utils

public final class Utils extends Object
  • Constructor Details

    • Utils

      public Utils()
  • Method Details

    • join

      public static String join(Object[] arr, String delim)
    • join

      public static String join(Object[] arr, int start, int end, String delim)
    • join

      public static String join(Collection<?> objs, String delim)
    • isBlank

      public static boolean isBlank(String value)
      Is String null, empty, or consisting of only whitespace.
      Parameters:
      value - the value to test
      Returns:
      true if null, empty, or consisting of only whitespace
    • isNotBlank

      public static boolean isNotBlank(String value)
      Is String valid and has something other than whitespace
      Parameters:
      value - the value to test
      Returns:
      true if String has something other than whitespace