Interface FileTimeSource

All Known Implementing Classes:
SystemFileTimeSource

public interface FileTimeSource
A source of the current time as a FileTime, to enable fake time sources for testing.
Since:
1.3
  • Method Summary

    Modifier and Type
    Method
    Description
    now()
    Returns the current time according to this source as a FileTime.
  • Method Details

    • now

      FileTime now()
      Returns the current time according to this source as a FileTime.