パッケージ | 説明 |
---|---|
ome.formats.importer.transfers |
FileTransfer provides
a mechanism for shipping client-side files to the server-side. |
修飾子とタイプ | クラスと説明 |
---|---|
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.
|