Interface InputFileDetails
A change to an input file.
-
Method Details
-
isAdded
boolean isAdded()Was the file added?- Returns:
- true if the file was added since the last execution
-
isModified
boolean isModified()Was the file modified?- Returns:
- if the file was modified
-
isRemoved
boolean isRemoved()Was the file removed?- Returns:
- true if the file was removed since the last execution
-
getFile
-