|
Final | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use URI | |
|---|---|
| java.io | |
| java.net | |
| Uses of URI in java.io |
|---|
| Methods in java.io that return URI | |
URI |
File.toURI()
Answers a file URI for this File. |
| Constructors in java.io with parameters of type URI | |
File(URI uri)
Constructs a new File using the path of the specified URI uri needs to be an absolute and hierarchical URI
with file scheme, and non-empty path component, but with
undefined authority, query or fragment components. |
|
| Uses of URI in java.net |
|---|
| Methods in java.net that return URI | |
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(URI relative)
|
URI |
URI.resolve(String relative)
|
| Methods in java.net with parameters of type URI | |
URI |
URI.relativize(URI relative)
|
URI |
URI.resolve(URI relative)
|
|
Final | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||