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
Constructors Constructor Description ContainerState(String root, org.eclipse.xtext.resource.containers.IAllContainersState globalState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(org.eclipse.emf.common.util.URI uri)
Collection<org.eclipse.emf.common.util.URI>
getContents()
boolean
isEmpty()
String
toString()
-
-
-
Constructor Detail
-
ContainerState
public ContainerState(String root, org.eclipse.xtext.resource.containers.IAllContainersState globalState)
-
-
Method Detail
-
getContents
public Collection<org.eclipse.emf.common.util.URI> 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
-
-