Uses of Interface
org.eclipse.ecf.filetransfer.service.IRetrieveFileTransferFactory

Packages that use IRetrieveFileTransferFactory
org.eclipse.ecf.provider.filetransfer   
 

Uses of IRetrieveFileTransferFactory in org.eclipse.ecf.provider.filetransfer
 

Methods in org.eclipse.ecf.provider.filetransfer with parameters of type IRetrieveFileTransferFactory
 boolean IFileTransferProtocolToFactoryMapper.setRetrieveFileTransferFactory(java.lang.String protocol, java.lang.String id, IRetrieveFileTransferFactory factory, int priority)
           For the given protocol, set the given factory to be used for retrieve file transfer.
 boolean IFileTransferProtocolToFactoryMapper.setRetrieveFileTransferFactory(java.lang.String protocol, java.lang.String id, IRetrieveFileTransferFactory factory, int priority, boolean uri)
           For the given protocol, set the given factory to be used for retrieve file transfer.