Class DSLImportUriResolver

  • All Implemented Interfaces:
    com.google.common.base.Function<org.eclipse.emf.ecore.EObject,​java.lang.String>, java.util.function.Function<org.eclipse.emf.ecore.EObject,​java.lang.String>

    public class DSLImportUriResolver
    extends org.eclipse.xtext.scoping.impl.ImportUriResolver
    A custom URI Resolver.
    Author:
    Rene Schneider - initial API and implementation
    • Field Summary

      • Fields inherited from class org.eclipse.xtext.scoping.impl.ImportUriResolver

        IMPORT_URI_FEATURE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String resolve​(org.eclipse.emf.ecore.EObject anObject)  
      • Methods inherited from class org.eclipse.xtext.scoping.impl.ImportUriResolver

        apply, getAttribute, getAttributeName, getResolver, setAttributeName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Function

        equals
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • DSLImportUriResolver

        public DSLImportUriResolver()
    • Method Detail

      • resolve

        public java.lang.String resolve​(org.eclipse.emf.ecore.EObject anObject)
        Overrides:
        resolve in class org.eclipse.xtext.scoping.impl.ImportUriResolver