Class EcoreResourceDescriptionStrategy

  • All Implemented Interfaces:
    org.eclipse.xtext.resource.IDefaultResourceDescriptionStrategy

    public class EcoreResourceDescriptionStrategy
    extends org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NS_URI_INDEX_ENTRY  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean createEObjectDescriptions​(org.eclipse.emf.ecore.EObject eObject, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IEObjectDescription> acceptor)  
      protected boolean createEObjectDescriptions​(org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, boolean isNsURI, org.eclipse.emf.ecore.EObject eObject, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IEObjectDescription> acceptor)  
      • Methods inherited from class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy

        createReferenceDescription, createReferenceDescriptions, getLazyURIEncoder, getQualifiedNameProvider, isIndexable, isResolvedAndExternal, setLazyURIEncoder, setQualifiedNameProvider
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NS_URI_INDEX_ENTRY

        public static final java.lang.String NS_URI_INDEX_ENTRY
        See Also:
        Constant Field Values
    • Constructor Detail

      • EcoreResourceDescriptionStrategy

        public EcoreResourceDescriptionStrategy()
    • Method Detail

      • createEObjectDescriptions

        public boolean createEObjectDescriptions​(org.eclipse.emf.ecore.EObject eObject,
                                                 org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IEObjectDescription> acceptor)
        Specified by:
        createEObjectDescriptions in interface org.eclipse.xtext.resource.IDefaultResourceDescriptionStrategy
        Overrides:
        createEObjectDescriptions in class org.eclipse.xtext.resource.impl.DefaultResourceDescriptionStrategy
      • createEObjectDescriptions

        protected boolean createEObjectDescriptions​(org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                    boolean isNsURI,
                                                    org.eclipse.emf.ecore.EObject eObject,
                                                    org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IEObjectDescription> acceptor)