public abstract class URIUtil extends Object
URI utility methods.| Constructor and Description |
|---|
URIUtil() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
getParent(URI uri)
Get the parent URI of the supplied URI
|
public static URI getParent(URI uri) throws URISyntaxException
uri - The input URI for which the parent URI is being requrested.URISyntaxException - Failed to reconstruct the parent URI.Copyright © 2020. All rights reserved.