component-installation-plugin / com.intershop.gradle.component.installation.filter / PropertiesFilterReader

PropertiesFilterReader

class PropertiesFilterReader : FilterReader

Properties filter reader edits a file based on the formatted properties. The content of all the file is represented by a formatted properties instance.

Constructors

<init>

PropertiesFilterReader(reader: Reader)

initializes an instances of a properties filter reader

Properties

action

lateinit var action: Action<FormattedProperties>

Action to change the content of the file stored in the FormattedProperties instance.

Functions

filterReader

fun filterReader(source: Reader): Reader

Changes the file source stream.