Package org.wildfly.test.cloud.common
Interface ConfigPlaceholderReplacer
-
public interface ConfigPlaceholderReplacerImplementations of this class perform replacement of data in the config files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringreplace(org.junit.jupiter.api.extension.ExtensionContext context, String placeholder, String line)Inspects a line, and if appropriate, replaces the placeholder.
-
-
-
Method Detail
-
replace
String replace(org.junit.jupiter.api.extension.ExtensionContext context, String placeholder, String line)
Inspects a line, and if appropriate, replaces the placeholder.- Parameters:
context- the Junit ExtensionContextplaceholder- the placeholder to replaceline- the line being inspected- Returns:
- the original line, with any required replacements done.
-
-