g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface ITransferService


public interface ITransferService

Interface of the transfer operation service


Method Summary
 IStatus transfer(ITransferInformation operation, boolean isMove, IProgressMonitor monitor)
          Transfers contents of the source IFileStore to the target IFileStore.
 

Method Detail

transfer

IStatus transfer(ITransferInformation operation,
                 boolean isMove,
                 IProgressMonitor monitor)
Transfers contents of the source IFileStore to the target IFileStore.

Parameters:
operation - details of the transfer
isMove - true if this is move operation, false if this is copy operation
monitor - progress monitor
Returns:
true if transfer succeeded, false if the transfer failed

g-Eclipse
Release 1.0.0