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 URNURN. create(String text)Creates an instance of URN and throws a runtime exception if its syntax is not valid.URNURN. param(String name, Object value)Add (overwrite) a query param and return a new URN.URNURN. pure()Get just body of URN, without params.Methods in com.jcabi.urn with parameters of type URN Modifier and Type Method Description intURN. compareTo(URN urn) 
 -