| Interface | Description | 
|---|---|
| URIxMatcher | Used to see if a URI matches a specified pattern | 
| Class | Description | 
|---|---|
| AnyMatcher | Used for checking if URIs match anything | 
| ExactMatcher | Used for checking if URIs match exact conditions | 
| RegexMatcher | Used for checking if URIs match a certain regex pattern | 
| URIx | Extended URI class that handles nested URIs required for zip files | 
| URIxMatcherTest | |
| URIxScheme | 
| Exception | Description | 
|---|---|
| URIxSyntaxException |