Class ResourceSetBasedAllContainersStateProvider
- java.lang.Object
-
- org.eclipse.xtext.resource.containers.ResourceSetBasedAllContainersStateProvider
-
- All Implemented Interfaces:
IAllContainersState.Provider
public class ResourceSetBasedAllContainersStateProvider extends java.lang.Object implements IAllContainersState.Provider
-
-
Constructor Summary
Constructors Constructor Description ResourceSetBasedAllContainersStateProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAllContainersStateget(IResourceDescriptions context)protected org.eclipse.emf.ecore.resource.ResourceSetgetResourceSet(IResourceDescriptions context)protected IAllContainersStatehandleAdapterNotFound(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
-
-
-
Method Detail
-
get
public IAllContainersState get(IResourceDescriptions context)
- Specified by:
getin interfaceIAllContainersState.Provider
-
getResourceSet
protected org.eclipse.emf.ecore.resource.ResourceSet getResourceSet(IResourceDescriptions context)
- Since:
- 2.4
-
handleAdapterNotFound
protected IAllContainersState handleAdapterNotFound(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
-
-