public class PropertyPlaceholderHelper extends Object
| Constructor and Description |
|---|
PropertyPlaceholderHelper(Map<String,String> properties,
String regex) |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getPattern() |
String |
getPropertyValue(String key) |
String |
replacePlaceholder(String value) |
Properties |
replacePropertiesPlaceholder(Properties properties) |
public static final String ENV_REGEX
public Properties replacePropertiesPlaceholder(Properties properties)
public Pattern getPattern()
Copyright © 2019. All rights reserved.