参照先: 説明
インタフェース | 説明 |
---|---|
FileTransfer |
Abstracted concept of "getting the file to the server".
|
クラス | 説明 |
---|---|
AbstractExecFileTransfer |
Local-only file transfer mechanism which makes use of soft-linking.
|
AbstractFileTransfer |
Base
FileTransfer implementation primarily providing the
AbstractFileTransfer.start(TransferState) and AbstractFileTransfer.finish(TransferState, long)
methods. |
HardlinkFileTransfer |
Local-only file transfer mechanism which makes use of hard-linking.
|
MoveFileTransfer |
Local-only file transfer mechanism which makes use of hard-linking
followed by the deletion of the original source file.
|
SymlinkFileTransfer |
Local-only file transfer mechanism which makes use of soft-linking.
|
TransferState |
Non-thread-safe argument holder for
FileTransfer implementations. |
UploadFileTransfer |
Traditional file transfer mechanism which uploads
files using the API.
|
UploadRmFileTransfer |
Version of the default
UploadFileTransfer which
deletes all files in a transfer set if the upload is
successful. |
列挙型 | 説明 |
---|---|
AbstractFileTransfer.Transfers |
Enum of well-known
FileTransfer names. |
例外 | 説明 |
---|---|
CleanupFailure |
Exception thrown when cleaning up resources after transfer fails
partially or completely. |