Uses of Interface
org.eclipse.ecf.filetransfer.IFileRangeSpecification
-
Uses of IFileRangeSpecification in org.eclipse.ecf.filetransfer
Modifier and TypeMethodDescriptionIIncomingFileTransfer.getFileRangeSpecification()
Get file range specification for this incoming file transfer instance.InvalidFileRangeSpecificationException.getFileRangeSpecification()
Modifier and TypeMethodDescriptionvoid
IRetrieveFileTransferContainerAdapter.sendRetrieveRequest
(IFileID remoteFileID, IFileRangeSpecification rangeSpecification, IFileTransferListener transferListener, Map options) Send request for transfer of a remote file to local file storage.ModifierConstructorDescriptionInvalidFileRangeSpecificationException
(String message, Throwable cause, IFileRangeSpecification rangeSpec) InvalidFileRangeSpecificationException
(String message, IFileRangeSpecification rangeSpec) InvalidFileRangeSpecificationException
(Throwable cause, IFileRangeSpecification rangeSpec) InvalidFileRangeSpecificationException
(org.eclipse.core.runtime.IStatus status, IFileRangeSpecification rangeSpec) -
Uses of IFileRangeSpecification in org.eclipse.ecf.provider.filetransfer.retrieve
Modifier and TypeFieldDescriptionprotected IFileRangeSpecification
AbstractRetrieveFileTransfer.rangeSpecification
Modifier and TypeMethodDescriptionvoid
AbstractRetrieveFileTransfer.sendRetrieveRequest
(IFileID rFileID, IFileRangeSpecification rangeSpec, IFileTransferListener transferListener, Map ops) void
MultiProtocolRetrieveAdapter.sendRetrieveRequest
(IFileID remoteFileID, IFileRangeSpecification rangeSpecification, IFileTransferListener transferListener, Map options)