public interface IFileTransferInfo
extends org.eclipse.core.runtime.IAdaptable
IIncomingFileTransferRequestListener
via an event implementing
IFileTransferRequestEvent.getFileTransferInfo()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get any description associated with this file transfer info.
|
java.io.File |
getFile()
Get the file for the proposed file transfer
|
long |
getFileSize()
Get the file size (in bytes).
|
java.lang.String |
getMimeType()
Get the mime type string for this file transfer info.
|
java.util.Map |
getProperties()
Get any properties associated with this file transfer.
|
java.io.File getFile()
null
.long getFileSize()
java.util.Map getProperties()
null
.java.lang.String getDescription()
null
if no description
provided.java.lang.String getMimeType()
null
if mime type is not known.