Class URLRemoteFile
java.lang.Object
org.eclipse.ecf.provider.filetransfer.browse.URLRemoteFile
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,IRemoteFile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
getAdapter
(Class<T> adapter) getID()
Get the remote file id associated with this file.getInfo()
Get remote file info associated with this remote file.toString()
-
Constructor Details
-
URLRemoteFile
-
-
Method Details
-
getID
Description copied from interface:IRemoteFile
Get the remote file id associated with this file.- Specified by:
getID
in interfaceIRemoteFile
- Returns:
- the file id associated with this file. Will not be
null
.
-
getInfo
Description copied from interface:IRemoteFile
Get remote file info associated with this remote file.- Specified by:
getInfo
in interfaceIRemoteFile
- Returns:
- file info. Will not be
null
.
-
getAdapter
- Specified by:
getAdapter
in interfaceorg.eclipse.core.runtime.IAdaptable
-
toString
-