Package ome.formats.importer.targets
Class ServerTemplateImportTarget
- java.lang.Object
-
- ome.formats.importer.targets.TemplateImportTarget
-
- ome.formats.importer.targets.ServerTemplateImportTarget
-
- All Implemented Interfaces:
ImportTarget
public class ServerTemplateImportTarget extends TemplateImportTarget
-
-
Field Summary
-
Fields inherited from class ome.formats.importer.targets.TemplateImportTarget
log
-
-
Constructor Summary
Constructors Constructor Description ServerTemplateImportTarget(java.lang.String sharedPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IObjectload(OMEROMetadataStoreClient client, boolean spw)IObjectload(OMEROMetadataStoreClient client, ImportContainer ic)-
Methods inherited from class ome.formats.importer.targets.TemplateImportTarget
getDiscriminator, getTemplate, init
-
-
-
-
Method Detail
-
load
public IObject load(OMEROMetadataStoreClient client, ImportContainer ic) throws java.lang.Exception
- Specified by:
loadin interfaceImportTarget- Overrides:
loadin classTemplateImportTarget- Throws:
java.lang.Exception
-
load
public IObject load(OMEROMetadataStoreClient client, boolean spw) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-