Package com.google.common.jimfs
Interface FileTimeSource
-
- All Known Implementing Classes:
SystemFileTimeSource
public interface FileTimeSourceA source of the current time as aFileTime, to enable fake time sources for testing.- Since:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.file.attribute.FileTimenow()Returns the current time according to this source as aFileTime.
-