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(File file,
ImportConfig config)
Return an import container for a single file
|
Constructor and Description |
---|
AnnotationListValue(String key,
ImportConfig config,
List<omero.model.Annotation> defValue) |
BoolValue(String key,
ImportConfig config,
boolean defValue) |
DoubleArrayValue(String key,
ImportConfig config,
Double[] defValue) |
FileValue(String key,
ImportConfig config) |
ImportContainer(ImportConfig config,
File file,
omero.model.IObject target,
Double[] userPixels,
String reader,
String[] usedFiles,
Boolean isSPW) |
IntValue(String key,
ImportConfig config,
int defValue) |
IntValue(String key,
ImportConfig config,
int defValue,
String omeroKey) |
LongValue(String key,
ImportConfig config,
Long defValue) |
OMEROWrapper(ImportConfig config)
Wrapper for bio-formats
|
OMEROWrapper(ImportConfig config,
long elapsedTime,
File cacheDirectory) |
PassValue(String key,
ImportConfig config) |
StrValue(String key,
ImportConfig config) |
StrValue(String key,
ImportConfig config,
String defValue) |
StrValue(String key,
ImportConfig config,
String defValue,
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,
String[] paths,
boolean getUsedFiles)
Legacy constructor which uses a
UploadFileTransfer . |
CommandLineImporter(ImportConfig config,
String[] paths,
boolean getUsedFiles,
FileTransfer transfer,
int minutesToWait)
Legacy constructor without any file exclusions.
|
CommandLineImporter(ImportConfig config,
String[] paths,
boolean getUsedFiles,
FileTransfer transfer,
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.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.