toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.tasks.incremental
/
InputFileDetails
Input
File
Details
API
interface
InputFileDetails
(
source
)
A change to an input file.
Members
Functions
get
File
Link copied to clipboard
API
abstract
fun
getFile
(
)
:
File
The input file, which may no longer exist.
is
Added
Link copied to clipboard
API
abstract
fun
isAdded
(
)
:
Boolean
Was the file added?
is
Modified
Link copied to clipboard
API
abstract
fun
isModified
(
)
:
Boolean
Was the file modified?
is
Removed
Link copied to clipboard
API
abstract
fun
isRemoved
(
)
:
Boolean
Was the file removed?