Class LocalRemoteFile
java.lang.Object
org.eclipse.ecf.provider.filetransfer.browse.LocalRemoteFile
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,IRemoteFile
Local representation of an
IRemoteFile
.-
Constructor Summary
Constructors -
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
-
LocalRemoteFile
- Parameters:
file
- the file
-
-
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
-