component-installation-plugin / com.intershop.gradle.component.installation.utils / org.gradle.api.file.ContentFilterable

Extensions for org.gradle.api.file.ContentFilterable

filter

fun <T : FilterReader> ContentFilterable.filter(vararg properties: Pair<String, Any?>): ContentFilterable

Adds a content filter to be used during the copy. Multiple calls add additional filters to the filter chain. Each filter should implement FilterReader. Import org.apache.tools.ant.filters.* for access to all the standard Ant filters.