java.lang.Object
qupath.ext.biop.servers.omero.raw.command.OmeroRawWriteMetadataCommand
- All Implemented Interfaces:
Runnable
public class OmeroRawWriteMetadataCommand
extends Object
implements Runnable
Command to import QuPath metadata to OMERO server where the
current image is hosted. Metadata are added as a new key-value pair.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OmeroRawWriteMetadataCommand
public OmeroRawWriteMetadataCommand(qupath.lib.gui.QuPathGUI qupath)
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable