Interface IResourceMatcher


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

    Modifier and Type
    Method
    Description
    boolean
    matches(URI uri)
     
    boolean
    matches(URL url)
     
  • Method Details

    • 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.