public interface URIComparator
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(java.lang.String uri1,
java.lang.String uri2)
Compare two URI's (represented as strings) for equivalence.
|
boolean compare(@Nullable
java.lang.String uri1,
@Nullable
java.lang.String uri2)
throws URIException
uri1 - first URI to compareuri2 - second URI to compareURIException - if the URI's can not be successfully evaluated