Package-level declarations

Types

Link copied to clipboard
data class Project(val inputFilePath: Path, val outputDirectoryPath: Path)

Functions

Link copied to clipboard
fun processAllFiles(inputDirectoryPath: Path, withFilenameEndings: Set<String>, outputDirectoryPath: Path, recursive: Boolean = true, process: Project.() -> Unit)

Iterates over all files contained in the inInputDirectory and having an extension contained in withFilenameEndings. The process is executed on each of those input files.