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

    Modifier and Type
    Method
    Description
    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 (see Resource.getEObject()).

    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 (see Resource.getEObject()).
      Specified by:
      getTarget in interface IJavaReferenceMapping<URI>
      Returns:
      the mapped URI.