Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
URN.compareTo(URN urn) |
Copyright © 2012–2013 jcabi.com. All rights reserved.