Class UriUtils
- java.lang.Object
-
- org.eclipse.aether.transport.http.UriUtils
-
final class UriUtils extends java.lang.ObjectHelps 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 booleanisBase(java.net.URI base, java.net.URI uri)static java.net.URIresolve(java.net.URI base, java.net.URI ref)
-