public interface FSCapabilityUpdateTimeType
The interface exposed by filesystem implementations that have the capability to update modification times.
| Modifier and Type | Method and Description |
|---|---|
void |
updateModificationTime(PathVirtual path,
Calendar t)
Updates the modification time of the object at
path to
t. |
void updateModificationTime(PathVirtual path, Calendar t) throws FilesystemError
Updates the modification time of the object at path to
t.
path - The mount point.t - The requested time.FilesystemError - If a filesystem error occursCopyright © 2015 <code@io7m.com> http://io7m.com