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