public interface IResourceDescriptions extends ISelectable
IResourceDescription.
Instances of IResourceDescriptions should be obtained from the ResourceDescriptionsProvider
since they are specific to the configuration of the resource set. Different scenarios will provide different
implementations of the IResourceDescriptions.| Modifier and Type | Interface and Description |
|---|---|
static interface |
IResourceDescriptions.IContextAware
A context aware instance
IResourceDescriptions. |
static class |
IResourceDescriptions.NullImpl |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<IResourceDescription> |
getAllResourceDescriptions() |
IResourceDescription |
getResourceDescription(org.eclipse.emf.common.util.URI uri)
Returns the resource descriptions for the given URI.
|
getExportedObjects, getExportedObjects, getExportedObjectsByObject, getExportedObjectsByType, isEmptyjava.lang.Iterable<IResourceDescription> getAllResourceDescriptions()
IResourceDescription getResourceDescription(org.eclipse.emf.common.util.URI uri)