public class MacroParamUtils extends Object
Constructor and Description |
---|
MacroParamUtils() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
parseCommaSeparatedStrings(String str)
Efficiently parses comma separated lists and trims the whitespace for each element.
|
public static List<String> parseCommaSeparatedStrings(String str)
str
- The comma separated input stringCopyright © 2003–2019 Atlassian. All rights reserved.