Class URIUtils
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
-
Constructor Details
-
URIUtils
public URIUtils()
-
-
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
-