Interface IContainerState
-
public interface IContainerStateAnIContainerStaterepresent a set ofuristhat constitute the contents of acontainer. Instances ofIContainerStateare 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(org.eclipse.emf.common.util.URI uri)java.util.Collection<org.eclipse.emf.common.util.URI>getContents()booleanisEmpty()
-