| Package | Description |
|---|---|
| java.net |
| Modifier and Type | Method and Description |
|---|---|
static URI |
URI.create(String uriString)
A convenience factory method, intended to be used when the URI string is
known to be valid (ie.
|
URI |
URI.normalize()
Normalize a URI by removing any "./" segments, and "path/../" segments.
|
URI |
URI.relativize(URI uri)
Create a relative URI object against this URI, given the uri parameter.
|
URI |
URI.resolve(URI uri)
Resolve a relative URI by merging it with this URI.
|
| Modifier and Type | Method and Description |
|---|---|
URI |
URI.relativize(URI uri)
Create a relative URI object against this URI, given the uri parameter.
|
URI |
URI.resolve(URI uri)
Resolve a relative URI by merging it with this URI.
|
Copyright © 2024. All rights reserved.