public interface IContainerState
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.Modifier and Type | Method and Description |
---|---|
boolean |
contains(org.eclipse.emf.common.util.URI uri) |
java.util.Collection<org.eclipse.emf.common.util.URI> |
getContents() |
boolean |
isEmpty() |