public final class URIUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.regex.Pattern |
DRIVE_LETTER_PATTERN |
Constructor and Description |
---|
URIUtil() |
Modifier and Type | Method and Description |
---|---|
static java.net.URI |
resolve(java.net.URI baseURI,
java.lang.String reference)
Resolves a URI reference against a base URI.
|
public static java.net.URI resolve(java.net.URI baseURI, java.lang.String reference) throws java.net.URISyntaxException
baseURI
- reference
- URI
java.net.URISyntaxException