Class IdentityURIHandler

  • All Implemented Interfaces:
    URIHandler

    public class IdentityURIHandler
    extends Object
    implements URIHandler
    URIHandler that does not modify uris during resolve and deresolve operations.
    • Constructor Detail

      • IdentityURIHandler

        public IdentityURIHandler()
    • Method Detail

      • resolve

        public org.eclipse.emf.common.util.URI resolve​(org.eclipse.emf.common.util.URI baseURI,
                                                       org.eclipse.emf.common.util.URI uri)
        Description copied from interface: URIHandler
        Returns the URI resolved against the base URI.
        Specified by:
        resolve in interface URIHandler
        Parameters:
        baseURI - the base URI against which the URI is resolved.
        uri - the URI to resolve.
        Returns:
        the URI resolved against the base URI.
        See Also:
        URI.resolve(URI)
      • deresolve

        public org.eclipse.emf.common.util.URI deresolve​(org.eclipse.emf.common.util.URI baseURI,
                                                         org.eclipse.emf.common.util.URI uri)
        Description copied from interface: URIHandler
        Returns the URI deresolved against the base URI.
        Specified by:
        deresolve in interface URIHandler
        Parameters:
        baseURI - the base URI against which the URI is deresolved.
        uri - the URI to resolve.
        Returns:
        the URI resolved against the base URI.
        See Also:
        URI.deresolve(URI)