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 SummaryConstructors Constructor Description ContainerState(String root, org.eclipse.xtext.resource.containers.IAllContainersState globalState)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(org.eclipse.emf.common.util.URI uri)Collection<org.eclipse.emf.common.util.URI>getContents()booleanisEmpty()StringtoString()
 
- 
- 
- 
Constructor Detail- 
ContainerStatepublic ContainerState(String root, org.eclipse.xtext.resource.containers.IAllContainersState globalState) 
 
- 
 - 
Method Detail- 
getContentspublic Collection<org.eclipse.emf.common.util.URI> getContents() - Specified by:
- getContentsin interface- org.eclipse.xtext.resource.containers.IContainerState
 
 - 
containspublic boolean contains(org.eclipse.emf.common.util.URI uri) - Specified by:
- containsin interface- org.eclipse.xtext.resource.containers.IContainerState
 
 - 
isEmptypublic boolean isEmpty() - Specified by:
- isEmptyin interface- org.eclipse.xtext.resource.containers.IContainerState
 
 
- 
 
-