FileChange

interface FileChange(source)

A change to a file.

Since

5.4

Functions

Link copied to clipboard
abstract fun getChangeType(): ChangeType
The type of change to the file.
Link copied to clipboard
abstract fun getFile(): File
The file, which may no longer exist.
Link copied to clipboard
abstract fun getFileType(): FileType
The file type of the file.
Link copied to clipboard
abstract fun getNormalizedPath(): String
The normalized path of the file, as specified by the path normalization strategy.