toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.work
/
FileChange
File
Change
API
interface
FileChange
(
source
)
A change to a file.
Since
5.4
Members
Functions
get
Change
Type
Link copied to clipboard
API
abstract
fun
getChangeType
(
)
:
ChangeType
The type of change to the file.
get
File
Link copied to clipboard
API
abstract
fun
getFile
(
)
:
File
The file, which may no longer exist.
get
File
Type
Link copied to clipboard
API
abstract
fun
getFileType
(
)
:
FileType
The file type of the file.
get
Normalized
Path
Link copied to clipboard
API
abstract
fun
getNormalizedPath
(
)
:
String
The normalized path of the file, as specified by the path normalization strategy.