Interface IJavaURIMapping
- All Superinterfaces:
IJavaReferenceMapping<URI>
- All Known Implementing Classes:
JavaURIMapping
Implementors of this interface map identifiers to URIs. This is sometimes
necessary when resolving references depends on the resolution of others.
-
Method Summary
Methods inherited from interface org.emftext.language.java.resolver.result.IJavaReferenceMapping
getIdentifier, getWarning
-
Method Details
-
getTarget
URI getTarget()Returns an alternative proxy URI that should follow EMF's default naming scheme such that it can be resolved by the default resolution mechanism that will be called on this URI (seeResource.getEObject()
).- Specified by:
getTarget
in interfaceIJavaReferenceMapping<URI>
- Returns:
- the mapped URI.
-