public class URIUtils extends Object
Constructor and Description |
---|
URIUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getRelativePath(String targetPath,
String basePath,
String pathSeparator) |
static URI |
resolve(URI baseURI,
String reference) |
static URI |
resolve(URI baseURI,
URI reference)
Resolves a URI reference against a base URI.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.