@Deprecated
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 | Constructor and Description |
---|---|
private |
MetadataConverter()
Deprecated.
Private constructor; all methods in MetadataConverter
are static, so this should not be called.
|
Modifier and Type | Method and Description |
---|---|
static void |
convertMetadata(ome.xml.meta.MetadataRetrieve src,
ome.xml.meta.MetadataStore dest)
Deprecated.
Copies information from a metadata retrieval object
(source) into a metadata store (destination).
|
Copyright © 2019 Open Microscopy Environment