public final class PropertyUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
replacePropertiesInString(String line,
Properties properties)
Replaces properties in string.
|
static String |
replacePropertiesInString(String line,
org.springframework.core.io.Resource propertyResource)
Replaces properties in string.
|
public static String replacePropertiesInString(String line, org.springframework.core.io.Resource propertyResource)
line
- propertyResource
- public static String replacePropertiesInString(String line, Properties properties)
line
- properties
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.