package saker.build.task.delta
Build delta representing a file change.
public SakerFile | getFile() Gets the SakerFile instance which was discovered. |
public SakerPath | Gets the absolute path of the file. |
public Object | getTag() Gets the tag which was used to report the given dependency. |
From: BuildDelta |
Gets the SakerFile instance which was discovered.
The file or
null
if it doesn't exist.Gets the absolute path of the file.
The file path.
Gets the tag which was used to report the given dependency.
For more information about tags see TaskContext documentation.
The tag (nullable).