Interface IRemoteFile

  • All Superinterfaces:
    org.eclipse.core.runtime.IAdaptable
    All Known Implementing Classes:
    LocalRemoteFile, URLRemoteFile

    public interface IRemoteFile
    extends org.eclipse.core.runtime.IAdaptable
    Remote file representation.
    • Method Detail

      • getInfo

        IRemoteFileInfo getInfo()
        Get remote file info associated with this remote file.
        Returns:
        file info. Will not be null.
      • getID

        IFileID getID()
        Get the remote file id associated with this file.
        Returns:
        the file id associated with this file. Will not be null.