public final class Uris extends Object
URI
static URI
asDirectory(URI uri)
createUri(String uri)
static boolean
isValidUri(String string)
resolve(String href, String base)
resolve(URI href, URI base)
setPath(URI uri, String path)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@ReturnsNullable public static URI createUri(@Nullable String uri)
@ReturnsNullable public static URI resolve(@Nullable String href, @Nullable String base)
@ReturnsNullable public static URI resolve(@Nullable URI href, @Nullable URI base)
public static boolean isValidUri(String string)
public static URI setPath(URI uri, String path)
public static URI asDirectory(URI uri)
Copyright © 2009-2012 TranceCode. All Rights Reserved.