Class ResolvedResourceDescription

  • All Implemented Interfaces:
    IResourceDescription, ISelectable

    public class ResolvedResourceDescription
    extends AbstractResourceDescription
    A resource description that has no references to the origin resource anymore (thus it is "resolved"). Imported names and reference descriptions are not available.
    Since:
    2.29
    • Constructor Detail

      • ResolvedResourceDescription

        public ResolvedResourceDescription​(IResourceDescription original)
    • Method Detail

      • getImportedNames

        public java.lang.Iterable<QualifiedName> getImportedNames()
        Returns:
        the list of names the described resource depends on.
      • getReferenceDescriptions

        public java.lang.Iterable<IReferenceDescription> getReferenceDescriptions()
        Returns:
        the list of all references contained in the underlying resource.
      • getURI

        public org.eclipse.emf.common.util.URI getURI()
        Returns:
        the uri of the described resource. Will not return null.