Class XMIDirtyResource
java.lang.Object
org.yakindu.base.xtext.utils.gmf.resource.XMIDirtyResource
- All Implemented Interfaces:
org.eclipse.xtext.ui.editor.IDirtyResource
This class is initially copied from
org.eclipse.xtext.gmf.glue.concurrency.SimpleDirtyResource and adopted to
work on
XMIResource
s instead of XtextResource
s-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.IDirtyResource
org.eclipse.xtext.ui.editor.IDirtyResource.ICurrentStateProvidingExtension, org.eclipse.xtext.ui.editor.IDirtyResource.InitializationAware, org.eclipse.xtext.ui.editor.IDirtyResource.NormalizedURISupportExtension
-
Constructor Summary
ConstructorDescriptionXMIDirtyResource
(XMIResource resource, org.eclipse.xtext.resource.IResourceServiceProvider resourceServiceProvider) -
Method Summary
-
Constructor Details
-
XMIDirtyResource
public XMIDirtyResource(XMIResource resource, org.eclipse.xtext.resource.IResourceServiceProvider resourceServiceProvider)
-
-
Method Details
-
getContents
- Specified by:
getContents
in interfaceorg.eclipse.xtext.ui.editor.IDirtyResource
-
getActualContents
- Specified by:
getActualContents
in interfaceorg.eclipse.xtext.ui.editor.IDirtyResource
-
getDescription
public org.eclipse.xtext.resource.IResourceDescription getDescription()- Specified by:
getDescription
in interfaceorg.eclipse.xtext.ui.editor.IDirtyResource
-
getURI
- Specified by:
getURI
in interfaceorg.eclipse.xtext.ui.editor.IDirtyResource
-
getResource
-