Uses of Interface
net.anwiba.commons.utilities.io.url.IUrl
-
Packages that use IUrl Package Description net.anwiba.commons.utilities.io.url net.anwiba.commons.utilities.io.url.parser -
-
Uses of IUrl in net.anwiba.commons.utilities.io.url
Classes in net.anwiba.commons.utilities.io.url that implement IUrl Modifier and Type Class Description classUrlMethods in net.anwiba.commons.utilities.io.url that return IUrl Modifier and Type Method Description IUrlUrlBuilder. build()static IUrlUrlUtilities. decode(IUrl url)static IUrlUrlUtilities. encode(IUrl url)Methods in net.anwiba.commons.utilities.io.url with parameters of type IUrl Modifier and Type Method Description static IUrlUrlUtilities. decode(IUrl url)static IUrlUrlUtilities. encode(IUrl url)Constructors in net.anwiba.commons.utilities.io.url with parameters of type IUrl Constructor Description UrlBuilder(IUrl url) -
Uses of IUrl in net.anwiba.commons.utilities.io.url.parser
Methods in net.anwiba.commons.utilities.io.url.parser that return IUrl Modifier and Type Method Description IUrlUrlParser. parse(java.lang.String string)
-