public final class MetadataConverter
extends java.lang.Object
MetadataRetrieve object into a destination MetadataStore.
This technique allows conversion between two different storage media.
For example, it can be used to convert an OMEROMetadataStore
(OMERO's metadata store implementation) into an
OMEXMLMetadata, thus generating OME-XML from
information in an OMERO database.
| Modifier and Type | Method and Description |
|---|---|
static void |
convertMetadata(MetadataRetrieve src,
MetadataStore dest)
Copies information from a metadata retrieval object
(source) into a metadata store (destination).
|
public static void convertMetadata(MetadataRetrieve src, MetadataStore dest)
Copyright © 2014 Open Microscopy Environment