Package org.eclipse.ecf.filetransfer
Interface IFileTransferRunnable
- 
 public interface IFileTransferRunnableRunnable for doing file transfer. Used byFileTransferJobs.- Since:
- 2.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatusperformFileTransfer(org.eclipse.core.runtime.IProgressMonitor monitor)Synchronously perform the actual file transfer.
 
- 
- 
- 
Method Detail- 
performFileTransferorg.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.
 
 
- 
 
-