Class URLRemoteFile

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, IRemoteFile

    public class URLRemoteFile
    extends Object
    implements IRemoteFile
    • Constructor Detail

      • URLRemoteFile

        public URLRemoteFile​(long lastModified,
                             long fileLength,
                             IFileID fileID)
    • 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