パッケージ | 説明 |
---|---|
ome.formats.importer.transfers |
mechanism for shipping
client-side files to the server-side.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AbstractExecFileTransfer
Local-only file transfer mechanism which makes use of soft-linking.
|
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. |