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

FullContentFilterReader

class FullContentFilterReader : FilterReader

FullContent filter reader edits a file based on the full content. The content is represented by a StringBuilder.

Constructors

<init>

FullContentFilterReader(reader: Reader)

initializes an instances of a full content filter reader

Properties

action

lateinit var action: Action<StringBuilder>

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

Functions

filterReader

fun filterReader(source: Reader): Reader

Changes the file source stream.