Interface IContainer

    • Field Detail

      • NULL_CONTAINER

        static final IContainer NULL_CONTAINER
        a no-op implementation
    • Method Detail

      • getResourceDescriptions

        java.lang.Iterable<IResourceDescription> getResourceDescriptions()
        Returns:
        the IResourceDescription contained in this container. The result is never null. The result may be a cached view on the actual content of the underlying resources.
      • getResourceDescriptionCount

        int getResourceDescriptionCount()
        Returns:
        the total number of resource descriptions returned by getResourceDescriptions()
      • getResourceDescription

        IResourceDescription getResourceDescription​(org.eclipse.emf.common.util.URI uri)
        Returns:
        the IResourceDescription for the given URI, or null is this container does not contain such an IResourceDescription. The result may be a cached view on the actual content of the underlying resource.