public class AuthorityURIRelativizer
extends java.lang.Object
| Constructor and Description |
|---|
AuthorityURIRelativizer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
relativize(java.net.URI baseUri,
java.net.URI uri)
Relativize the given uri against the base uri.
|