deduper / org.bradfordmiller.deduper.persistors / CsvPersistor / LockFile

LockFile

data class LockFile

represents a lock file for a csv file

Constructors

<init>

represents a lock file for a csv file

LockFile(name: String, path: String, file: File)

Properties

file

the lock file

val file: File

name

name of the lock file

val name: String

path

path of the file to be locked

val path: String