Package org.eclipse.xtext.resource
Class DescriptionUtils
- java.lang.Object
-
- org.eclipse.xtext.resource.DescriptionUtils
-
public class DescriptionUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DescriptionUtils()
-
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.
-
-
-
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.
-
-