org.eclipse.ecf.core.identity
Interface IResourceID

All Superinterfaces:
java.lang.Comparable, org.eclipse.core.runtime.IAdaptable, ID, java.security.Principal, java.io.Serializable
All Known Implementing Classes:
RestID, RpcId, SoapID, 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 Summary
 java.net.URI toURI()
          Convert this resource ID to a URI.
 
Methods inherited from interface org.eclipse.ecf.core.identity.ID
equals, getName, getNamespace, hashCode, toExternalForm
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface java.security.Principal
toString
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

toURI

java.net.URI toURI()
Convert this resource ID to a URI.

Returns:
URI for this resource ID