Package org.eclipse.xtext.ide.serializer
Interface IEmfResourceChange
-
- All Known Subinterfaces:
ITextDocumentChange
- All Known Implementing Classes:
EmfResourceChange,TextDocumentChange
public interface IEmfResourceChangeRepresents a anResourcethat has been directly modified or is affected by a change fromIChangeSerializer. If theResourceis anXtextResource, the object should also implementITextDocumentChange.- Since:
- 2.13
- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.URIgetNewURI()org.eclipse.emf.common.util.URIgetOldURI()org.eclipse.emf.ecore.resource.ResourcegetResource()
-