Interface UriFilter
-
- All Known Implementing Classes:
HostnameFilter,IELocalByPassFilter,IpRangeFilter
public interface UriFilterInterface for an URI filter.- Author:
- Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(URI uri)Tests an URI against a given matching criteria.
-
-
-
Method Detail
-
accept
boolean accept(URI uri)
Tests an URI against a given matching criteria.- Parameters:
uri- the URI to test.- Returns:
- true if it matches the criteria else false.
-
-