ome.io.nio
Interface OriginalFileMetadataProvider

All Known Implementing Classes:
OmeroOriginalFileMetadataProvider

public interface OriginalFileMetadataProvider

Denotes an object which can provide metadata about original files and their formats.

Since:
OMERO-Beta3.1
Version:
3.0 (Internal version: $Revision$ $Date$)
Author:

Chris Allan     callan@blackcat.ca

Method Summary
 ome.model.core.OriginalFile getOriginalFileWhereFormatStartsWith(ome.model.core.Pixels pixels, String s)
          Finds the first original file for a pixels set whose format starts with a given string.
 

Method Detail

getOriginalFileWhereFormatStartsWith

ome.model.core.OriginalFile getOriginalFileWhereFormatStartsWith(ome.model.core.Pixels pixels,
                                                                 String s)
Finds the first original file for a pixels set whose format starts with a given string.

Parameters:
pixels - Pixels set whose original files we're checking.
s - String to check each of the original file formats starts with.
Returns:
First original file object to start with s.


OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

Copyright © 2009 The University of Dundee. All Rights Reserved.