Interface URIComparator
- All Known Implementing Classes:
BasicURLComparator
public interface URIComparator
Component for testing URI's as to equality.
-
Method Summary
-
Method Details
-
compare
Compare two URI's (represented as strings) for equivalence.- Parameters:
uri1
- first URI to compareuri2
- second URI to compare- Returns:
- true if the URI's are equivalent, false otherwise
- Throws:
URIException
- if the URI's can not be successfully evaluated
-