|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITransferManager
Interface class for the transfer manager
| Method Summary | |
|---|---|
IStatus |
resumeTransfer(ITransferInformation transfer,
IProgressMonitor monitor)
Method used to resume transfer described by transfer parameter. |
IStatus |
startTransfer(IFileStore source,
IFileStore destination,
boolean moveFlag,
IProgressMonitor monitor)
Main method doing transfer from source IFileStore to destination IFileStore. |
void |
unregisterTransfer(java.lang.Integer transferID)
Removes transfer with the specified ID. |
| Method Detail |
|---|
IStatus startTransfer(IFileStore source,
IFileStore destination,
boolean moveFlag,
IProgressMonitor monitor)
source - IFileStore from which transfer startsdestination - IFileStore which is target of the transfermoveFlag - flag representing move operationmonitor - progress monitor
ProblemException
IStatus resumeTransfer(ITransferInformation transfer,
IProgressMonitor monitor)
transfer parameter.
transfer - Informations about the transfer to be resumedmonitor - progress monitor
ProblemExceptionvoid unregisterTransfer(java.lang.Integer transferID)
transferID -
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||