Interface IResourceDescription.Delta

    • Method Detail

      • getUri

        org.eclipse.emf.common.util.URI getUri()
        Returns:
        the uri for the resource description delta.
      • getOld

        IResourceDescription getOld()
        Returns:
        the old resource description, or null if the change is an addition
      • getNew

        IResourceDescription getNew()
        Returns:
        the new resource description, or null if the change is a deletion
      • haveEObjectDescriptionsChanged

        boolean haveEObjectDescriptionsChanged()
        Returns:
        whether there are differences between the old and the new resource description.