Interface FileMatchers.FileStatus

Enclosing class:
FileMatchers

public static interface FileMatchers.FileStatus
Checks the status of a File.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(File actual)
    Checks the give file against a status.
  • Method Details

    • check

      boolean check(File actual)
      Checks the give file against a status.
      Parameters:
      actual - the file to check
      Returns:
      true if the file status matches, otherwise false.