Package ome.xml.meta

Class MetadataConverter


  • public final class MetadataConverter
    extends java.lang.Object
    A utility class containing a method for piping a source 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 OMEXMLMetadataImpl, thus generating OME-XML from information in an OMERO database.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void convertMetadata​(MetadataRetrieve src, MetadataStore dest)
      Copies information from a metadata retrieval object (source) into a metadata store (destination).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • convertMetadata

        public static void convertMetadata​(MetadataRetrieve src,
                                           MetadataStore dest)
        Copies information from a metadata retrieval object (source) into a metadata store (destination).