Class BmAwareResourceDescriptionStrategy

java.lang.Object
org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy
com._1c.g5.v8.dt.bm.xtext.BmAwareResourceDescriptionStrategy
All Implemented Interfaces:
org.eclipse.xtext.resource.IDefaultResourceDescriptionStrategy
Direct Known Subclasses:
FormResourceDescriptionStrategy, MdResourceDescriptionStrategy

public class BmAwareResourceDescriptionStrategy extends org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy
Basic implementation of resource description strategy which is able to work with BM models.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    createReferenceDescriptions(org.eclipse.emf.ecore.EObject from, org.eclipse.emf.common.util.URI exportedContainerURI, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IReferenceDescription> acceptor)
    protected boolean
    isResolvedAndExternal(org.eclipse.emf.ecore.EObject from, org.eclipse.emf.ecore.EObject to)

    Methods inherited from class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy

    createEObjectDescriptions, createReferenceDescription, getLazyURIEncoder, getQualifiedNameProvider, isIndexable, setLazyURIEncoder, setQualifiedNameProvider

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BmAwareResourceDescriptionStrategy

      public BmAwareResourceDescriptionStrategy()
  • Method Details

    • createReferenceDescriptions

      public boolean createReferenceDescriptions(org.eclipse.emf.ecore.EObject from, org.eclipse.emf.common.util.URI exportedContainerURI, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IReferenceDescription> acceptor)
      Specified by:
      createReferenceDescriptions in interface org.eclipse.xtext.resource.IDefaultResourceDescriptionStrategy
      Overrides:
      createReferenceDescriptions in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy
    • isResolvedAndExternal

      protected boolean isResolvedAndExternal(org.eclipse.emf.ecore.EObject from, org.eclipse.emf.ecore.EObject to)
      Overrides:
      isResolvedAndExternal in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy