public class LocalRemoteFile extends java.lang.Object implements IRemoteFile
IRemoteFile
.Constructor and Description |
---|
LocalRemoteFile(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAdapter(java.lang.Class adapter) |
IFileID |
getID()
Get the remote file id associated with this file.
|
IRemoteFileInfo |
getInfo()
Get remote file info associated with this remote file.
|
java.lang.String |
toString() |
public LocalRemoteFile(java.io.File file)
file
- the filepublic IFileID getID()
IRemoteFile
getID
in interface IRemoteFile
null
.public IRemoteFileInfo getInfo()
IRemoteFile
getInfo
in interface IRemoteFile
null
.public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
public java.lang.String toString()
toString
in class java.lang.Object