Package io.github.webbasedwodt.utils
Class UriUtil
java.lang.Object
io.github.webbasedwodt.utils.UriUtil
Class that wraps utilities for URIs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic URI
uriRelativeResolve
(URI originalUri, String path) Similar method toresolve
but that always attach the path to the end.
-
Method Details
-
uriRelativeResolve
Similar method toresolve
but that always attach the path to the end.- Parameters:
originalUri
- the original URI to attach the input pathpath
- the path to attach to the original URI.- Returns:
- a relative resolve of the original URI with respect to the input path.
-