Interface IJavaURIMapping
-
- All Superinterfaces:
IJavaReferenceMapping<URI>
- All Known Implementing Classes:
JavaURIMapping
public interface IJavaURIMapping extends IJavaReferenceMapping<URI>
Implementors of this interface map identifiers to URIs. This is sometimes necessary when resolving references depends on the resolution of others.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
).-
Methods inherited from interface org.emftext.language.java.resolver.result.IJavaReferenceMapping
getIdentifier, getWarning
-
-
-
-
Method Detail
-
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.
-
-