Package org.eclipse.jetty.start
Class Utils
java.lang.Object
org.eclipse.jetty.start.Utils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Is String null, empty, or consisting of only whitespace.static boolean
isNotBlank
(String value) Is String valid and has something other than whitespacestatic String
static String
static String
join
(Collection<?> objs, String delim)
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
join
-
join
-
join
-
isBlank
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
Is String valid and has something other than whitespace- Parameters:
value
- the value to test- Returns:
- true if String has something other than whitespace
-