Interface IResourceMatcher


  • public interface IResourceMatcher
    A predicate for matching URIs and URLs.
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • matches

        boolean matches​(URI uri)
        Parameters:
        uri - URI to match.
        Returns:
        true if the URI matches, false otherwise.
      • matches

        boolean matches​(URL url)
        Parameters:
        url - URL to match.
        Returns:
        true if the URL matches, false otherwise.