org.eclipse.xtext.resource.impl
Class ChangedResourceDescriptionDelta

java.lang.Object
  extended by org.eclipse.xtext.resource.impl.DefaultResourceDescriptionDelta
      extended by org.eclipse.xtext.resource.impl.ChangedResourceDescriptionDelta
All Implemented Interfaces:
IResourceDescription.Delta

public class ChangedResourceDescriptionDelta
extends DefaultResourceDescriptionDelta


Constructor Summary
ChangedResourceDescriptionDelta(IResourceDescription old, IResourceDescription _new)
           
 
Method Summary
 boolean haveEObjectDescriptionsChanged()
           
 
Methods inherited from class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionDelta
equals, getNew, getOld, getUri, internalHasChanges, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangedResourceDescriptionDelta

public ChangedResourceDescriptionDelta(IResourceDescription old,
                                       IResourceDescription _new)
Method Detail

haveEObjectDescriptionsChanged

public boolean haveEObjectDescriptionsChanged()
Specified by:
haveEObjectDescriptionsChanged in interface IResourceDescription.Delta
Overrides:
haveEObjectDescriptionsChanged in class DefaultResourceDescriptionDelta
Returns:
whether there are differences between the old and the new resource description.