public class ImportFixture
extends java.lang.Object
OMEROMetadataStoreClient
Constructor and Description |
---|
ImportFixture(OMEROMetadataStoreClient store,
OMEROWrapper reader) |
Modifier and Type | Method and Description |
---|---|
void |
doImport()
Runs import by looping through all files and then calling
ImportLibrary.importImage(ImportContainer, int, int, int) . |
ImportFixture |
put(java.io.File file,
omero.model.Dataset ds) |
ImportFixture |
putAll(java.util.Map<java.io.File,omero.model.Dataset> map) |
void |
setUp()
checks for the necessary fields and initializes the
ImportLibrary |
void |
tearDown()
sets
ImportLibrary , OMEROMetadataStoreClient , and file array
to null. |
public ImportFixture(OMEROMetadataStoreClient store, OMEROWrapper reader)
public ImportFixture put(java.io.File file, omero.model.Dataset ds)
public ImportFixture putAll(java.util.Map<java.io.File,omero.model.Dataset> map)
public void setUp() throws java.lang.Exception
ImportLibrary
java.lang.Exception
- if setup failedpublic void tearDown()
ImportLibrary
, OMEROMetadataStoreClient
, and file array
to null. Also attempts to call FormatReader.close()
.public void doImport() throws java.lang.Throwable
ImportLibrary.importImage(ImportContainer, int, int, int)
.java.lang.Throwable
- reporting a problem with import
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.