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()
IRemoteFilegetID in interface IRemoteFilenull.public IRemoteFileInfo getInfo()
IRemoteFilegetInfo in interface IRemoteFilenull.public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptablepublic java.lang.String toString()
toString in class java.lang.Object