Package | Description |
---|---|
ome.formats.importer | |
ome.formats.importer.cli | |
ome.formats.importer.transfers |
FileTransfer provides
a mechanism for shipping client-side files to the server-side. |
Modifier and Type | Method and Description |
---|---|
void |
ImportContainer.fillData(ImportConfig config,
omero.grid.ImportSettings settings,
omero.model.Fileset fs,
ClientFilePathTransformer sanitizer,
FileTransfer transfer) |
void |
ImportContainer.fillData(omero.grid.ImportSettings settings,
omero.model.Fileset fs,
ClientFilePathTransformer sanitizer,
FileTransfer transfer) |
Constructor and Description |
---|
ImportLibrary(OMEROMetadataStoreClient client,
OMEROWrapper reader,
FileTransfer transfer)
The library will not close the client instance.
|
ImportLibrary(OMEROMetadataStoreClient client,
OMEROWrapper reader,
FileTransfer transfer,
int minutesToWait) |
ImportLibrary(OMEROMetadataStoreClient client,
OMEROWrapper reader,
FileTransfer transfer,
java.util.List<FileExclusion> exclusions,
int minutesToWait) |
Modifier and Type | Field and Description |
---|---|
FileTransfer |
CommandLineImporter.transfer
FileTransfer mechanism to be used for uploading |
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecFileTransfer
Local-only file transfer mechanism which makes use of soft-linking.
|
class |
AbstractFileTransfer
Base
FileTransfer implementation primarily providing the
AbstractFileTransfer.start(TransferState) and AbstractFileTransfer.finish(TransferState, long)
methods. |
class |
CopyFileTransfer
Local-only file transfer mechanism which makes use of the plaform
copy command.
|
class |
CopyMoveFileTransfer
Local-only file transfer mechanism which makes use of the
local copy command followed by the deletion of the original
source file.
|
class |
HardlinkFileTransfer
Local-only file transfer mechanism which makes use of hard-linking.
|
class |
MoveFileTransfer
Local-only file transfer mechanism which makes use of hard-linking
followed by the deletion of the original source file.
|
class |
SymlinkFileTransfer
Local-only file transfer mechanism which makes use of soft-linking.
|
class |
UploadFileTransfer
Traditional file transfer mechanism which uploads
files using the API.
|
class |
UploadRmFileTransfer
Version of the default
UploadFileTransfer which
deletes all files in a transfer set if the upload is
successful. |
Modifier and Type | Method and Description |
---|---|
static FileTransfer |
AbstractFileTransfer.createTransfer(java.lang.String arg)
Factory method for instantiating
FileTransfer objects from
a string. |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.