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

XMLFilterReader

class XMLFilterReader : FilterReader

XML filter reader edits a file based on the xml content. The content is represented by a XmlProvider.

Constructors

<init>

XMLFilterReader(reader: Reader)

initializes an instances of a xml content filter reader

Properties

action

lateinit var action: Action<in XmlProvider>

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

Functions

filterReader

fun filterReader(source: Reader): Reader

Changes the file source stream.