Bndtools http://bndtools.org/
-
-
Constructor Summary
Constructors
| Constructor and Description |
URIUtil() |
-
Method Summary
Methods
| 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.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
resolve
public static java.net.URI resolve(java.net.URI baseURI,
java.lang.String reference)
throws java.net.URISyntaxException
Resolves a URI reference against a base URI. Work-around for bugs in
java.net.URI
(e.g.http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4708535)
- Parameters:
baseURI - reference -
- Returns:
- the resolved
URI
- Throws:
java.net.URISyntaxException
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.