public class ManifestHeaderUtils extends Object
| Constructor and Description |
|---|
ManifestHeaderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
split(String value,
String delimiter)
Splits a delimiter separated string, tolerating presence of non separator commas
within double quoted segments.
|
public static List<String> split(String value, String delimiter)
value - the value to be splitdelimiter - the delimiter string such as ',' etc.Copyright © 2010 - 2020 Adobe. All Rights Reserved