Class ResourceDependencyFoundEvent

java.lang.Object
org.eclipse.emf.compare.ide.ui.internal.logical.resolver.DependencyFoundEvent<URI>
org.eclipse.emf.compare.ide.ui.internal.logical.resolver.ResourceDependencyFoundEvent

public class ResourceDependencyFoundEvent extends DependencyFoundEvent<URI>
An event indicating that a resource dependency is found.
  • Constructor Details

    • ResourceDependencyFoundEvent

      public ResourceDependencyFoundEvent(URI from, URI to, EObject parent, EStructuralFeature feature)
      Constructor.
      Parameters:
      from - The source of the dependency
      to - The target of the dependency
      parent - The object in the source causing the dependency
      feature - The feature through which the parent causes the dependency
  • Method Details

    • getUri

      public static URI getUri(EObject eObject)
      Returns the URI of the given eObject.
      Parameters:
      eObject - The object to get the URI of
      Returns:
      The URI of the given eObject