public class UriMatcher extends Object
Constructor and Description |
---|
UriMatcher() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isBaseEqual(URI baseUri,
URI testUri)
Checks if the testUri belongs to the baseUri.
|
public static boolean isBaseEqual(URI baseUri, URI testUri)
baseUri
- the base URItestUri
- the URI to match against the base URICopyright © 2002-2018 Atlassian. All Rights Reserved.