org.eclipse.ecf.filetransfer
Interface IFileTransferRunnable


public interface IFileTransferRunnable

Runnable for doing file transfer. Used by FileTransferJobs.

Since:
2.0

Method Summary
 org.eclipse.core.runtime.IStatus performFileTransfer(org.eclipse.core.runtime.IProgressMonitor monitor)
          Synchronously perform the actual file transfer.
 

Method Detail

performFileTransfer

org.eclipse.core.runtime.IStatus performFileTransfer(org.eclipse.core.runtime.IProgressMonitor monitor)
Synchronously perform the actual file transfer.

Parameters:
monitor - a progress montior. Will not be null.
Returns:
IStatus a status object indicating the ending status of the file transfer job.