Package | Description |
---|---|
ome.formats.importer.transfers |
FileTransfer provides
a mechanism for shipping client-side files to the server-side. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExecFileTransfer.checkTarget(java.io.File location,
TransferState state)
Check that the server can properly read the copied file.
|
protected java.lang.String |
AbstractFileTransfer.finish(TransferState state,
long offset)
Save the current state to disk and finish all timing and logging.
|
protected omero.api.RawFileStorePrx |
AbstractFileTransfer.start(TransferState state)
Minimal start method which logs the file, calls
start() , and loads the RawFileStorePrx
which any implementation will need. |
java.lang.String |
AbstractExecFileTransfer.transfer(TransferState state)
"Transfer" files by soft-linking them into place.
|
java.lang.String |
FileTransfer.transfer(TransferState state)
Transfers a file and returns the appropriate checksum string for
the source file.
|
java.lang.String |
UploadFileTransfer.transfer(TransferState state) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.