org.eclipse.xtext.resource
Interface IResourceDescriptions.IContextAware

All Superinterfaces:
IResourceDescriptions, ISelectable
All Known Implementing Classes:
CurrentDescriptions.ResourceSetAware, LiveShadowedResourceDescriptions, ResourceSetBasedResourceDescriptions
Enclosing interface:
IResourceDescriptions

public static interface IResourceDescriptions.IContextAware
extends IResourceDescriptions

A context aware instance IResourceDescriptions. Needs to be configured with the current context before used.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.resource.IResourceDescriptions
IResourceDescriptions.IContextAware, IResourceDescriptions.NullImpl
 
Method Summary
 void setContext(org.eclipse.emf.common.notify.Notifier ctx)
           
 
Methods inherited from interface org.eclipse.xtext.resource.IResourceDescriptions
getAllResourceDescriptions, getResourceDescription
 
Methods inherited from interface org.eclipse.xtext.resource.ISelectable
getExportedObjects, getExportedObjects, getExportedObjectsByObject, getExportedObjectsByType, isEmpty
 

Method Detail

setContext

void setContext(org.eclipse.emf.common.notify.Notifier ctx)