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 Summary
ConstructorsConstructorDescriptionContainerState
(String root, org.eclipse.xtext.resource.containers.IAllContainersState globalState) -
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(org.eclipse.emf.common.util.URI uri) Collection<org.eclipse.emf.common.util.URI>
boolean
isEmpty()
toString()
-
Constructor Details
-
ContainerState
public ContainerState(String root, org.eclipse.xtext.resource.containers.IAllContainersState globalState)
-
-
Method Details
-
getContents
- Specified by:
getContents
in interfaceorg.eclipse.xtext.resource.containers.IContainerState
-
contains
public boolean contains(org.eclipse.emf.common.util.URI uri) - Specified by:
contains
in interfaceorg.eclipse.xtext.resource.containers.IContainerState
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceorg.eclipse.xtext.resource.containers.IContainerState
-
toString
-