C H I M N P T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.jcabi.urn - package com.jcabi.urn
-
Uniform Resource Name (URN).
- compareTo(URN) - Method in class com.jcabi.urn.URN
- create(String) - Static method in class com.jcabi.urn.URN
-
Creates an instance of URN and throws a runtime exception if its syntax is not valid.
H
- hasParams() - Method in class com.jcabi.urn.URN
-
Whether this URN has params?
I
- isEmpty() - Method in class com.jcabi.urn.URN
-
Is it empty?
- isValid(String) - Static method in class com.jcabi.urn.URN
-
Is it a valid URN?
M
- matches(String) - Method in class com.jcabi.urn.URN
-
Does it match the pattern?
N
- nid() - Method in class com.jcabi.urn.URN
-
Get namespace ID.
- nss() - Method in class com.jcabi.urn.URN
-
Get namespace specific string.
P
- param(String) - Method in class com.jcabi.urn.URN
-
Get query param by name.
- param(String, Object) - Method in class com.jcabi.urn.URN
-
Add (overwrite) a query param and return a new URN.
- params() - Method in class com.jcabi.urn.URN
-
Get all params.
- pure() - Method in class com.jcabi.urn.URN
-
Get just body of URN, without params.
T
- toString() - Method in class com.jcabi.urn.URN
- toURI() - Method in class com.jcabi.urn.URN
-
Convert it to URI.
U
- URN - Class in com.jcabi.urn
-
Uniform Resource Name (URN) as in RFC 2141.
- URN() - Constructor for class com.jcabi.urn.URN
-
Public ctor (for JAXB mostly) that creates an "empty" URN.
- URN(String) - Constructor for class com.jcabi.urn.URN
-
Public ctor.
- URN(String, String) - Constructor for class com.jcabi.urn.URN
-
Public ctor.
All Classes All Packages