public class PropsReplacer extends Object
| Constructor and Description |
|---|
PropsReplacer(String[] paths) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getPathsAsArray() |
PropsReplacer |
replaceProps(String pattern,
Properties properties)
Fluent-api method.
|
void |
setPaths(List<String> paths) |
public PropsReplacer(String[] paths)
public PropsReplacer replaceProps(String pattern, Properties properties)
pattern - - pattern to replace. First group should contains property nameproperties - - list of properties using to replacepublic String[] getPathsAsArray()
Copyright © 2015 QATools. All Rights Reserved.