Package ome.formats.importer.targets
Interface ImportTarget
-
- All Known Implementing Classes:
ModelImportTarget
,ServerTemplateImportTarget
,TemplateImportTarget
public interface ImportTarget
- Since:
- 5.1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(java.lang.String target)
IObject
load(OMEROMetadataStoreClient client, ImportContainer ic)
-
-
-
Method Detail
-
init
void init(java.lang.String target)
-
load
IObject load(OMEROMetadataStoreClient client, ImportContainer ic) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-