common-plugin / com.cognifide.gradle.common.file / FileContentReader

FileContentReader

class FileContentReader : BaseFilterReader, ChainableReader

Constructors

<init>

FileContentReader(input: Reader)

Functions

chain

fun chain(reader: Reader): Reader

read

fun read(): Int

Companion Object Functions

filter

fun filter(filterable: ContentFilterable, filter: (String) -> String): Unit

props

fun props(filter: (String) -> String): Map<String, (String) -> String>