Class DescriptionUtils


  • public class DescriptionUtils
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.eclipse.emf.common.util.URI> collectOutgoingReferences​(IResourceDescription description)
      Collect the URIs of resources, that are referenced by the given description.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DescriptionUtils

        public DescriptionUtils()
    • Method Detail

      • collectOutgoingReferences

        public java.util.Set<org.eclipse.emf.common.util.URI> collectOutgoingReferences​(IResourceDescription description)
        Collect the URIs of resources, that are referenced by the given description.
        Returns:
        the list of referenced URIs. Never null.