Class StringUtil
java.lang.Object
org.camunda.bpm.model.xml.impl.util.StringUtil
- Author:
- Sebastian Menski
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
joinCommaSeparatedList
(List<String> list) Joins a list of Strings to a comma separated single String.static String
Splits a comma separated list in to single Strings.splitListBySeparator
(String text, String separator)
-
Constructor Details
-
StringUtil
public StringUtil()
-
-
Method Details
-
splitCommaSeparatedList
Splits a comma separated list in to single Strings. The list can contain expressions with commas in it.- Parameters:
text
- the comma separated list- Returns:
- the Strings of the list or an empty List if text is empty or null
-
joinCommaSeparatedList
Joins a list of Strings to a comma separated single String.- Parameters:
list
- the list to join- Returns:
- the resulting comma separated string or null if the list is null
-
splitListBySeparator
-
joinList
-