Interface PropertyReplacer
-
- All Known Implementing Classes:
PropertyReplacer.Default
public interface PropertyReplacer- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPropertyReplacer.Default
-
Field Summary
Fields Modifier and Type Field Description static PropertyReplacerDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringreplaceProperties(String string, Properties props)
-
-
-
Field Detail
-
DEFAULT
static final PropertyReplacer DEFAULT
-
-
Method Detail
-
replaceProperties
String replaceProperties(String string, Properties props)
-
-