Package | Description |
---|---|
java.io | |
java.net |
Modifier and Type | Method and Description |
---|---|
URI |
File.toURI() |
Constructor and Description |
---|
File(URI uri) |
Modifier and Type | Method and Description |
---|---|
static URI |
URI.create(String uri) |
URI |
URI.normalize() |
URI |
URI.parseServerAuthority()
Return this uri instance if it has already been determined as a
ServerAuthority Otherwise try to parse it again as a server authority to
produce a URISyntaxException with the proper diagnostic message.
|
URI |
URI.relativize(URI relative) |
URI |
URI.resolve(String relative) |
URI |
URI.resolve(URI relative) |
Modifier and Type | Method and Description |
---|---|
URI |
URI.relativize(URI relative) |
URI |
URI.resolve(URI relative) |