com.atlassian.jira.util
Class UriMatcher
java.lang.Object
com.atlassian.jira.util.UriMatcher
public class UriMatcher
- extends Object
Utility class for matching URIs.
- Since:
- v5.0
Method Summary |
static boolean |
isBaseEqual(URI baseUri,
URI testUri)
Checks if the testUri belongs to the baseUri. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriMatcher
public UriMatcher()
isBaseEqual
public static boolean isBaseEqual(URI baseUri,
URI testUri)
- Checks if the testUri belongs to the baseUri. For example, www.foo.com/bar belongs to www.foo.com.
- Parameters:
baseUri
- the base URItestUri
- the URI to match against the base URI
- Returns:
- true if the testUri belongs to the baseUri, false if otherwise
Copyright © 2002-2012 Atlassian. All Rights Reserved.