Package ome.io.nio
Interface FilePathResolver
-
public interface FilePathResolverResolver for file paths and related metadata.- Since:
- OMERO4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOriginalFilePath(AbstractFileSystemService service, ome.model.core.Pixels pixels)Retrieves the original file path for a given set of pixels.
-
-
-
Method Detail
-
getOriginalFilePath
java.lang.String getOriginalFilePath(AbstractFileSystemService service, ome.model.core.Pixels pixels)
Retrieves the original file path for a given set of pixels.- Parameters:
service- File system service which contains methods to resolve the root and directory structure of the path.pixels- Pixels set to retrieve an original file path for.- Returns:
- Absolute path to the original file for the set of pixels.
-
-