Class LocalRemoteFile

    • Constructor Detail

      • LocalRemoteFile

        public LocalRemoteFile​(File file)
        Parameters:
        file - the file
    • Method Detail

      • getID

        public IFileID getID()
        Description copied from interface: IRemoteFile
        Get the remote file id associated with this file.
        Specified by:
        getID in interface IRemoteFile
        Returns:
        the file id associated with this file. Will not be null.
      • getInfo

        public IRemoteFileInfo getInfo()
        Description copied from interface: IRemoteFile
        Get remote file info associated with this remote file.
        Specified by:
        getInfo in interface IRemoteFile
        Returns:
        file info. Will not be null.
      • getAdapter

        public <T> T getAdapter​(Class<T> adapter)
        Specified by:
        getAdapter in interface org.eclipse.core.runtime.IAdaptable