Class EnvironmentReplacer
java.lang.Object
org.qubership.atp.itf.lite.backend.components.replacer.EnvironmentReplacer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EnvironmentReplacer
public EnvironmentReplacer()
-
-
Method Details
-
replace
Replace environment variable in text with provided context.- Parameters:
text- the text in which need to replace the envscontext- context with variables for replacement- Returns:
- replaced text.
-
replace
Replace environment variable in text with provided context.- Parameters:
matcher- matcher for replacementvalue- the text value in which need to replace the envscontext- context with variables for replacement- Returns:
- replaced text.
-