Uses of Class
com.jcabi.urn.URN
-
-
Uses of URN in com.jcabi.urn
Methods in com.jcabi.urn that return URN Modifier and Type Method Description static URN
URN. create(String text)
Creates an instance of URN and throws a runtime exception if its syntax is not valid.URN
URN. param(String name, Object value)
Add (overwrite) a query param and return a new URN.URN
URN. pure()
Get just body of URN, without params.Methods in com.jcabi.urn with parameters of type URN Modifier and Type Method Description int
URN. compareTo(URN urn)
-