| Class | Description |
|---|---|
| FileDownloadJob |
File Download Job class is responsible for downloading files from the server in the Eclipse Worker thread.
|
| FileDownloadStatus |
An object of this class is returned from any workspace method that starts a
file transfer.
|
| FileInformation |
This is a facade class to execute different actions and queries on files that a project space has.
|
| FileTransferCacheManager |
This class manages the locally cached files for file transfers.
|
| FileTransferJob |
Abstract class for the file transfer job encapsulating methods used for downloads and uploads.
|
| FileTransferManager |
The main managing class on the client side for file transfers.
|
| FileTransferStatistics |
Statistics class that can be queried to get detailed information about a file transfer.
|
| FileUploadJob |
File Upload Job class is responsible for uploading files to the server in the Eclipse Worker thread.
|
| Messages |
File transfer related messages.
|
| Enum | Description |
|---|---|
| FileDownloadStatus.Status |
Return value of the getStatus method.
|
| Exception | Description |
|---|---|
| TransferCanceledException |
Exception that is thrown when a transfer is canceled.
|
Copyright © 2017. All rights reserved.