Interface InputFileDetails


public interface InputFileDetails
A change to an input file.
Since:
1.6
  • Method Summary

    Modifier and Type
    Method
    Description
    The input file, which may no longer exist.
    boolean
    Was the file added?
    boolean
    Was the file modified?
    boolean
    Was the file removed?
  • Method Details

    • isAdded

      boolean isAdded()
      Was the file added?
      Returns:
      true if the file was added since the last execution
      Since:
      1.6
    • isModified

      boolean isModified()
      Was the file modified?
      Returns:
      if the file was modified
      Since:
      1.6
    • isRemoved

      boolean isRemoved()
      Was the file removed?
      Returns:
      true if the file was removed since the last execution
      Since:
      1.6
    • getFile

      File getFile()
      The input file, which may no longer exist.
      Returns:
      the input file
      Since:
      1.6