@FunctionalInterface
public interface ModificationTimeProvider
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
get(java.nio.file.Path sourcePath,
AbsoluteUnixPath destinationPath)
Returns the file modification time that should be set on a path, given the source path and
destination path.
|
java.time.Instant get(java.nio.file.Path sourcePath,
AbsoluteUnixPath destinationPath)
sourcePath - the source file.destinationPath - the destination path. The path in the container file system
corresponding to sourcePath.