Content Filterable
Represents some binary resource whose content can be filtered.
Inheritors
Functions
Link copied to clipboard
abstract fun expand(properties: Map<String, out Any>, action: Action<in ExpandDetails>): ContentFilterable
Expands property references in each file as it is copied.
Link copied to clipboard
Adds a content filter based on the provided closure.
abstract fun filter(properties: Map<String, out Any>, filterType: Class<out FilterReader>): ContentFilterable
Adds a content filter to be used during the copy.
Adds a content filter based on the provided transformer.