evaluate(Object object) Evaluate whether given CrawlURI's content-digest exactly
matches that of preceding fetch.
public static boolean
hasIdenticalDigest(CrawlURI curi) Utility method for testing if a CrawlURI's last two history
entiries (one being the most recent fetch) have identical
content-digest information.
Constructor Detail
IdenticalDigestDecideRule
public IdenticalDigestDecideRule(String name)(Code)
Evaluate whether given CrawlURI's content-digest exactly
matches that of preceding fetch.
Parameters: object - should be CrawlURI true if current-fetch content-digest matches previous
hasIdenticalDigest
public static boolean hasIdenticalDigest(CrawlURI curi)(Code)
Utility method for testing if a CrawlURI's last two history
entiries (one being the most recent fetch) have identical
content-digest information.
Parameters: curi - CrawlURI to test true if last two history entries have identical digests, otherwise false
Methods inherited from org.archive.crawler.deciderules.PredicatedDecideRule