Class LightStateBasedContainerManager.ContainerState

java.lang.Object
com._1c.g5.modeling.xtext.resource.LightStateBasedContainerManager.ContainerState
All Implemented Interfaces:
org.eclipse.xtext.resource.containers.IContainerState
Enclosing class:
LightStateBasedContainerManager

protected class LightStateBasedContainerManager.ContainerState extends Object implements org.eclipse.xtext.resource.containers.IContainerState
  • Constructor Details

    • ContainerState

      public ContainerState(String root, org.eclipse.xtext.resource.containers.IAllContainersState globalState)
  • Method Details

    • getContents

      public Collection<org.eclipse.emf.common.util.URI> getContents()
      Specified by:
      getContents in interface org.eclipse.xtext.resource.containers.IContainerState
    • contains

      public boolean contains(org.eclipse.emf.common.util.URI uri)
      Specified by:
      contains in interface org.eclipse.xtext.resource.containers.IContainerState
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.eclipse.xtext.resource.containers.IContainerState
    • toString

      public String toString()
      Overrides:
      toString in class Object