public class URIUtils
extends java.lang.Object
| Constructor and Description |
|---|
URIUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URI |
convertUriWithoutSchemeToFileScheme(java.net.URI uri)
Convert an URI without a scheme to a file scheme.
|
static java.net.URI |
create(java.lang.String input)
Creates a URI from a String representation of a URI or a Path.
|
static java.net.URI |
uriParent(java.net.URI uri)
Return URI parent
|
public static java.net.URI uriParent(java.net.URI uri)
uri - source URIpublic static java.net.URI convertUriWithoutSchemeToFileScheme(java.net.URI uri)
uri - the source URIpublic static java.net.URI create(java.lang.String input)
input - String representation of a URI or a Path.