component-installation-plugin / com.intershop.gradle.component.installation.filter / FilterContainer / replacePlaceholders

replacePlaceholders

fun replacePlaceholders(name: String, replacePlaceHolder: Closure<PlaceholderReplacementFilter>): Unit

Adds the 'ReplacePlaceholder' filter to all installation tasks. The configuration is based on PlaceholderReplacementFilter.

Parameters

name - the name of the filter configuration.

replacePlaceHolder - Closure for the configuration of replacePlaceHolder filter.