Class OmeroRawImportMetadataCommand

java.lang.Object
qupath.ext.biop.servers.omero.raw.command.OmeroRawImportMetadataCommand
All Implemented Interfaces:
Runnable

public class OmeroRawImportMetadataCommand extends Object implements Runnable
Import key-values and tags from OMERO with a certain rule - Keep existing and add new => only add in QuPath the new keys (if the key already exists, it is not imported) - Replace existing and add new => add news keys and update those which already exist (i.e.replace the old value) - Delete all and add new => delete all keys in QuPath and all those coming from OMERO.
  • Constructor Details

    • OmeroRawImportMetadataCommand

      public OmeroRawImportMetadataCommand(qupath.lib.gui.QuPathGUI qupath)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable