public interface ImportService
Modifier and Type | Method and Description |
---|---|
boolean |
run(ImportInput data,
java.nio.file.Path importLog)
Runs an import.
|
boolean run(ImportInput data, java.nio.file.Path importLog)
data
- details what to import and where.importLog
- the file where to output the OMERO import log.true
if the command succeeded, false
otherwise.