Package ome.io.nio

Interface FilePathResolver


  • public interface FilePathResolver
    Resolver for file paths and related metadata.
    Since:
    OMERO4.3
    • 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.