java.lang.Object
org.bytemechanics.config.manager.internal.URIUtils

public class URIUtils
extends java.lang.Object
Author:
afarre
  • Constructor Summary

    Constructors 
    Constructor Description
    URIUtils()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String getHostAndPath​(java.net.URI _uri)
    Extract host plus path in one single concatenated string

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getHostAndPath

      public static final java.lang.String getHostAndPath​(java.net.URI _uri)
      Extract host plus path in one single concatenated string
      Parameters:
      _uri - uri from where extract the path
      Returns:
      concatenated host and path