This method provides information whether the page is suitable for selection in the current fetchlist. NOTE: a true return value does not guarantee that the page will be fetched, it just allows it to be included in the further selection process based on scores. The default implementation checks <code
(String url, WebPage page, long curTime)
| 136 | * fetchlist, otherwise false. |
| 137 | */ |
| 138 | public boolean shouldFetch(String url, WebPage page, long curTime); |
| 139 | |
| 140 | /** |
| 141 | * This method resets fetchTime, fetchInterval, modifiedTime and page |
no outgoing calls
no test coverage detected