g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.model.ITransferInformation

Packages that use ITransferInformation
eu.geclipse.core.filesystem   
eu.geclipse.core.model   
 

Uses of ITransferInformation in eu.geclipse.core.filesystem
 

Classes in eu.geclipse.core.filesystem that implement ITransferInformation
 class TransferInformation
          Simple bean class representing transfer operation between two file stores.
 

Methods in eu.geclipse.core.filesystem with parameters of type ITransferInformation
 IStatus TransferManager.resumeTransfer(ITransferInformation transfer, IProgressMonitor monitor)
           
 

Uses of ITransferInformation in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model with parameters of type ITransferInformation
 IStatus ITransferManager.resumeTransfer(ITransferInformation transfer, IProgressMonitor monitor)
          Method used to resume transfer described by transfer parameter.
 IStatus ITransferService.transfer(ITransferInformation operation, boolean isMove, IProgressMonitor monitor)
          Transfers contents of the source IFileStore to the target IFileStore.
 


g-Eclipse
Release 1.0.0