public class PropertiesDecoder extends Object
| Constructor and Description |
|---|
PropertiesDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
unflatten(String s)
There are several CLI commands that take properties arguments.
|
public static Map<String,String> unflatten(String s)
Example Input: foo=goo:xyz:hoo=ioo
Output would be 3 pairs:
props - The flattened string propertiesCopyright © 2017–2020 Eclipse Foundation. All rights reserved.