Package org.citrusframework.util
Class PropertyUtils
java.lang.Object
org.citrusframework.util.PropertyUtils
Utility class supporting property replacement in template files.
For usage see doc generators and test case creator.
- Since:
- 2009
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringreplacePropertiesInString(String line, Properties properties) Replaces properties in string.static StringreplacePropertiesInString(String line, Resource propertyResource) Replaces properties in string.
-
Method Details
-
replacePropertiesInString
Replaces properties in string.- Parameters:
line-propertyResource-- Returns:
-
replacePropertiesInString
Replaces properties in string.- Parameters:
line-properties-- Returns:
-