Package org.eclipse.jetty.start
Class Utils
java.lang.Object
org.eclipse.jetty.start.Utils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Utilspublic Utils()
 
- 
- 
Method Details- 
join
- 
join
- 
join
- 
isBlankIs String null, empty, or consisting of only whitespace.- Parameters:
- value- the value to test
- Returns:
- true if null, empty, or consisting of only whitespace
 
- 
isNotBlankIs String valid and has something other than whitespace- Parameters:
- value- the value to test
- Returns:
- true if String has something other than whitespace
 
 
-