@FunctionalInterface
public interface FilePermissionsProvider
| Modifier and Type | Method and Description |
|---|---|
FilePermissions |
get(java.nio.file.Path sourcePath,
AbsoluteUnixPath destinationPath)
Returns the file permissions that should be set for a path, given the source path and
destination path on a container.
|
FilePermissions 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.