Package io.github.webbasedwodt.common
Class UriUtil
java.lang.Object
io.github.webbasedwodt.common.UriUtil
Class that wraps utilities for URIs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic URIuriRelativeResolve(URI originalUri, String path) Similar method toresolvebut that always attach the path to the end.
-
Method Details
-
uriRelativeResolve
Similar method toresolvebut 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.
-