org.eclipse.xtext.resource
Class DescriptionUtils

java.lang.Object
  extended by org.eclipse.xtext.resource.DescriptionUtils

public class DescriptionUtils
extends java.lang.Object

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
DescriptionUtils()
           
 
Method Summary
 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.