component-installation-plugin / com.intershop.gradle.component.installation.filter / PlaceholderReplacementFilter / add

add

fun add(placeholder: String, replacement: Any): Unit

Adds a key value pair to the placeholders map.

Parameters

placeholder - the placeholder without any tokens

replacement - the replacement. A String object representation is used for the replacement.