Package org.eclipse.ecf.core.identity
Interface IResourceID
- 
- All Superinterfaces:
- Comparable,- org.eclipse.core.runtime.IAdaptable,- ID,- Principal,- Serializable
 
 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 aURI.- Since:
- 3.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description URItoURI()Convert this resource ID to aURI.- 
Methods inherited from interface java.lang.ComparablecompareTo
 - 
Methods inherited from interface org.eclipse.ecf.core.identity.IDequals, getName, getNamespace, hashCode, toExternalForm
 
- 
 
-