Package | Description |
---|---|
ome.formats.importer | |
ome.formats.importer.cli | |
ome.formats.importer.util |
Modifier and Type | Method and Description |
---|---|
ImportConfig |
OMEROWrapper.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ImportContainer.fillData(ImportConfig config,
omero.grid.ImportSettings settings,
omero.model.Fileset fs,
ClientFilePathTransformer sanitizer) |
void |
ImportContainer.fillData(ImportConfig config,
omero.grid.ImportSettings settings,
omero.model.Fileset fs,
ClientFilePathTransformer sanitizer,
FileTransfer transfer) |
boolean |
ImportLibrary.importCandidates(ImportConfig config,
ImportCandidates candidates)
Primary user method for importing a number of import candidates.
|
protected ImportContainer |
ImportCandidates.singleFile(java.io.File file,
ImportConfig config)
Return an import container for a single file
|
Constructor and Description |
---|
AnnotationListValue(java.lang.String key,
ImportConfig config,
java.util.List<omero.model.Annotation> defValue) |
BoolValue(java.lang.String key,
ImportConfig config,
boolean defValue) |
DoubleArrayValue(java.lang.String key,
ImportConfig config,
java.lang.Double[] defValue) |
FileValue(java.lang.String key,
ImportConfig config) |
ImportContainer(ImportConfig config,
java.io.File file,
omero.model.IObject target,
java.lang.Double[] userPixels,
java.lang.String reader,
java.lang.String[] usedFiles,
java.lang.Boolean isSPW) |
IntValue(java.lang.String key,
ImportConfig config,
int defValue) |
IntValue(java.lang.String key,
ImportConfig config,
int defValue,
java.lang.String omeroKey) |
LongValue(java.lang.String key,
ImportConfig config,
java.lang.Long defValue) |
OMEROWrapper(ImportConfig config)
Wrapper for bio-formats
|
OMEROWrapper(ImportConfig config,
long elapsedTime,
java.io.File cacheDirectory) |
PassValue(java.lang.String key,
ImportConfig config) |
StrValue(java.lang.String key,
ImportConfig config) |
StrValue(java.lang.String key,
ImportConfig config,
java.lang.String defValue) |
StrValue(java.lang.String key,
ImportConfig config,
java.lang.String defValue,
java.lang.String omeroKey) |
Modifier and Type | Field and Description |
---|---|
ImportConfig |
CommandLineImporter.config
Configuration used by all components
|
Modifier and Type | Method and Description |
---|---|
static int |
CommandLineImporter.closeCompleted(ImportConfig config)
Look for all
ImportProcessPrx in the current session and close
them if they return a non-null Response (i.e. they are done). |
static int |
CommandLineImporter.waitCompleted(ImportConfig config)
Look for all
ImportProcessPrx in the current session and close
them if they return a non-null Response (i.e. they are done). |
Constructor and Description |
---|
CommandLineImporter(ImportConfig config,
java.lang.String[] paths,
boolean getUsedFiles)
Legacy constructor which uses a
UploadFileTransfer . |
CommandLineImporter(ImportConfig config,
java.lang.String[] paths,
boolean getUsedFiles,
FileTransfer transfer,
int minutesToWait)
Legacy constructor without any file exclusions.
|
CommandLineImporter(ImportConfig config,
java.lang.String[] paths,
boolean getUsedFiles,
FileTransfer transfer,
java.util.List<FileExclusion> exclusions,
int minutesToWait)
Main entry class for the application.
|
ErrorHandler(ImportConfig config) |
Modifier and Type | Field and Description |
---|---|
protected ImportConfig |
ErrorHandler.config |
Constructor and Description |
---|
ErrorHandler(ImportConfig config)
Initialize
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.