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 Summary
Constructors Constructor Description ResourceDependencyFoundEvent(URI from, URI to, EObject parent, EStructuralFeature feature)
Constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URI
getUri(EObject eObject)
Returns the URI of the giveneObject
.
-
-
-
Constructor Detail
-
ResourceDependencyFoundEvent
public ResourceDependencyFoundEvent(URI from, URI to, EObject parent, EStructuralFeature feature)
Constructor.- Parameters:
from
- The source of the dependencyto
- The target of the dependencyparent
- The object in the source causing the dependencyfeature
- The feature through which the parent causes the dependency
-
-