Package org.eclipse.jetty.start
Class Utils
java.lang.Object
org.eclipse.jetty.start.Utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanIs String null, empty, or consisting of only whitespace.static booleanisNotBlank(String value) Is String valid and has something other than whitespacestatic Stringstatic Stringstatic Stringjoin(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
-