public interface IResourceEntry extends IEntry
IIndexProvider
to create a entry for capturing resource level
information. Note that this interface is not intended to be extended by clients.IIndexWriter.createResourceEntry(com.ibm.xtools.emf.index.search.IndexContext, URI)
Modifier and Type | Method and Description |
---|---|
void |
addImport(org.eclipse.emf.common.util.URI uri)
Adds a resource import for this entry.
|
org.eclipse.emf.common.util.URI |
getResourceURI()
Retrieves the URI of this resource entry.
|
getContext
org.eclipse.emf.common.util.URI getResourceURI()
IIndexWriter.createResourceEntry(com.ibm.xtools.emf.index.search.IndexContext, URI)
.void addImport(org.eclipse.emf.common.util.URI uri)
IndexContext.normalize(URI, org.eclipse.emf.ecore.resource.ResourceSet)
.uri
- A non-null URI of a resource import.