data class LockFile
represents a lock file for a csv file
<init> |
represents a lock file for a csv file LockFile(name: String, path: String, file: File) |
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 |