DefaultFileReadLog

class DefaultFileReadLog(reads: MutableMap<String, FileReads> = mutableMapOf()) : FileReadLog

Convenient file change log implementation that stores changes in memory and correctly handles duplicates.

Constructors

Link copied to clipboard
constructor(reads: MutableMap<String, FileReads> = mutableMapOf())

Functions

Link copied to clipboard
open override fun flushReads()
Link copied to clipboard
open fun getPathsRead(): List<String>
Link copied to clipboard
open override fun getReads(): List<FileReads>
Link copied to clipboard
open override fun recordRead(path: String)