Class ResourceDependencyFoundEvent


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

      • 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 Detail

      • 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