Interface IContainerState


  • public interface IContainerState
    An IContainerState represent a set of uris that constitute the contents of a container. Instances of IContainerState are usually long living and reflect the physical structure of projects and files in a workspace or another file system abstraction, e.g. the class-path of a Java virtual machine.
    • Method Detail

      • getContents

        java.util.Collection<org.eclipse.emf.common.util.URI> getContents()
      • contains

        boolean contains​(org.eclipse.emf.common.util.URI uri)
      • isEmpty

        boolean isEmpty()