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