Interface IResourceSnapshot

  • All Known Implementing Classes:
    EObjectSnapshotProvider.ResourceSnapshot

    public interface IResourceSnapshot
    Since:
    2.13
    Noextend:
    This interface is not intended to be extended by clients.
    Noimplement:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getObjects

        java.util.Map<org.eclipse.emf.ecore.EObject,​IEObjectSnapshot> getObjects()
      • getRegions

        org.eclipse.xtext.formatting2.regionaccess.ITextRegionAccess getRegions()
      • getResource

        org.eclipse.emf.ecore.resource.Resource getResource()
      • getURI

        org.eclipse.emf.common.util.URI getURI()