public interface UriFilter
CrawleableUri object
imposes a certain requirement or not.| Modifier and Type | Method and Description |
|---|---|
boolean |
isUriGood(CrawleableUri uri)
Returns true if the given
CrawleableUri object fulfills the
requirements imposed by this filter. |
boolean isUriGood(CrawleableUri uri)
CrawleableUri object fulfills the
requirements imposed by this filter.uri - the CrawleableUri object that is checkedCrawleableUri object fulfills the
requirements imposed by this filter. Otherwise false is returned.Copyright © 2017–2019. All rights reserved.