Class URIUtils
java.lang.Object
org.bytemechanics.config.manager.internal.URIUtils
public class URIUtils
extends java.lang.Object
- Author:
- afarre
- 
Constructor SummaryConstructors Constructor Description URIUtils()
- 
Method SummaryModifier and Type Method Description static java.lang.StringgetHostAndPath(java.net.URI _uri)Extract host plus path in one single concatenated string
- 
Constructor Details- 
URIUtilspublic URIUtils()
 
- 
- 
Method Details- 
getHostAndPathpublic 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
 
 
-