| net.matuschek.spider.URLCheck
All known Subclasses: net.matuschek.spider.RegExpURLCheck,
URLCheck | public interface URLCheck (Code) | | This interface defines a simple method that allows another
object (usually this will be a WebRobot) to test, if a given
URL is acceptable (e.g. for the WebRobot this means, it should
retrieve the URL).
author: Daniel Matuschek version: $Revision: 1.3 $ |
checkURL | boolean checkURL(URL u)(Code) | | Tests if the given URL is acceptable. This method is designed
for a WebRobot to do additional tests, if it should retrieve a
URL
See Also: WebRobot |
checkURLForProcessing | boolean checkURLForProcessing(URL u)(Code) | | Tests if the given URL is acceptable for processing.
This method is designed for a WebRobot to do additional tests, if it should
process a URL
See Also: WebRobot |
|
|