public final class PropertiesUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
resolve(Map<String,String> properties)
Resolve the values of properties if any contains ${...}.
|
static String |
resolve(String value,
Map<String,String> properties)
Resolve the given value with the given properties.
|
Copyright © 2019. All rights reserved.