Package org.eclipse.xtext.resource
Interface IResourceDescriptions.IContextAware
-
- All Superinterfaces:
IResourceDescriptions,ISelectable
- All Known Implementing Classes:
EagerResourceSetBasedResourceDescriptions,LiveShadowedChunkedResourceDescriptions,LiveShadowedResourceDescriptions,ResourceSetBasedResourceDescriptions
- Enclosing interface:
- IResourceDescriptions
public static interface IResourceDescriptions.IContextAware extends IResourceDescriptions
A context aware instanceIResourceDescriptions. 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.IResourceSetAware, IResourceDescriptions.NullImpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetContext(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
-
-