Class AuthorityURIRelativizer


  • public class AuthorityURIRelativizer
    extends java.lang.Object
    Relativizer class which is responsible for resolving uris with an authority/host part.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String relativize​(java.net.URI baseUri, java.net.URI uri)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthorityURIRelativizer

        public AuthorityURIRelativizer()
    • Method Detail

      • relativize

        public java.lang.String relativize​(java.net.URI baseUri,
                                           java.net.URI uri)