org.eclipse.xtext.resource.containers
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.

Author:
Sebastian Zarnekow - Initial contribution and API

Method Summary
 boolean contains(org.eclipse.emf.common.util.URI uri)
           
 java.util.Collection<org.eclipse.emf.common.util.URI> getContents()
           
 boolean isEmpty()
           
 

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()