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