Package de.gebit.integrity.scoping
Class DSLImportUriResolver
- java.lang.Object
-
- org.eclipse.xtext.scoping.impl.ImportUriResolver
-
- de.gebit.integrity.scoping.DSLImportUriResolver
-
- All Implemented Interfaces:
com.google.common.base.Function<org.eclipse.emf.ecore.EObject,String>,Function<org.eclipse.emf.ecore.EObject,String>
public class DSLImportUriResolver extends org.eclipse.xtext.scoping.impl.ImportUriResolverA custom URI Resolver.- Author:
- Rene Schneider - initial API and implementation
-
-
Constructor Summary
Constructors Constructor Description DSLImportUriResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringresolve(org.eclipse.emf.ecore.EObject anObject)-
Methods inherited from class org.eclipse.xtext.scoping.impl.ImportUriResolver
apply, getAttribute, getAttributeName, getResolver, setAttributeName
-
-
-
-
Method Detail
-
resolve
public String resolve(org.eclipse.emf.ecore.EObject anObject)
- Overrides:
resolvein classorg.eclipse.xtext.scoping.impl.ImportUriResolver
-
-