|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFileTransferInfo
File transfer information delivered to
IIncomingFileTransferRequestListener via an event implementing
IFileTransferRequestEvent.getFileTransferInfo()
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||