Uses of Interface
org.eclipse.ecf.filetransfer.IFileRangeSpecification
Packages that use IFileRangeSpecification
-
Uses of IFileRangeSpecification in org.eclipse.ecf.filetransfer
Methods in org.eclipse.ecf.filetransfer that return IFileRangeSpecificationModifier and TypeMethodDescriptionIIncomingFileTransfer.getFileRangeSpecification()
Get file range specification for this incoming file transfer instance.InvalidFileRangeSpecificationException.getFileRangeSpecification()
Methods in org.eclipse.ecf.filetransfer with parameters of type IFileRangeSpecificationModifier and TypeMethodDescriptionvoid
IRetrieveFileTransferContainerAdapter.sendRetrieveRequest
(IFileID remoteFileID, IFileRangeSpecification rangeSpecification, IFileTransferListener transferListener, Map options) Send request for transfer of a remote file to local file storage.Constructors in org.eclipse.ecf.filetransfer with parameters of type IFileRangeSpecificationModifierConstructorDescriptionInvalidFileRangeSpecificationException
(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
Fields in org.eclipse.ecf.provider.filetransfer.retrieve declared as IFileRangeSpecificationModifier and TypeFieldDescriptionprotected IFileRangeSpecification
AbstractRetrieveFileTransfer.rangeSpecification
Methods in org.eclipse.ecf.provider.filetransfer.retrieve that return IFileRangeSpecificationMethods in org.eclipse.ecf.provider.filetransfer.retrieve with parameters of type IFileRangeSpecificationModifier and TypeMethodDescriptionvoid
AbstractRetrieveFileTransfer.sendRetrieveRequest
(IFileID rFileID, IFileRangeSpecification rangeSpec, IFileTransferListener transferListener, Map ops) void
MultiProtocolRetrieveAdapter.sendRetrieveRequest
(IFileID remoteFileID, IFileRangeSpecification rangeSpecification, IFileTransferListener transferListener, Map options)