Class UriUtils
- java.lang.Object
-
- org.eclipse.aether.transport.http.UriUtils
-
final class UriUtils extends java.lang.Object
Helps to deal with URIs.
-
-
Constructor Summary
Constructors Constructor Description UriUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.net.URI>
getDirectories(java.net.URI base, java.net.URI uri)
private static boolean
isBase(java.net.URI base, java.net.URI uri)
static java.net.URI
resolve(java.net.URI base, java.net.URI ref)
-