Interface IResourceID

All Superinterfaces:
Comparable, org.eclipse.core.runtime.IAdaptable, ID, Principal, Serializable
All Known Implementing Classes:
RestID, URIID

public interface IResourceID extends ID
Resource id. ID instances that implement this interface are expected to be resources (files, directories, URLs, etc) and so can be identified via a URI.
Since:
3.0
  • Method Details

    • toURI

      URI toURI()
      Convert this resource ID to a URI.
      Returns:
      URI for this resource ID