Uses of Interface
org.archive.crawler.scope.SeedListener

Packages that use SeedListener
org.archive.crawler.deciderules Provides classes for a simple decision rules framework. 
org.archive.crawler.framework   
 

Uses of SeedListener in org.archive.crawler.deciderules
 

Classes in org.archive.crawler.deciderules that implement SeedListener
 class NotOnDomainsDecideRule
          Rule applies configured decision to any URIs that are *not* in one of the domains in the configured set of domains, filled from the seed set.
 class NotOnHostsDecideRule
          Rule applies configured decision to any URIs that are *not* on one of the hosts in the configured set of hosts, filled from the seed set.
 class NotSurtPrefixedDecideRule
          Rule applies configured decision to any URIs that, when expressed in SURT form, do *not* begin with one of the prefixes in the configured set.
 class OnDomainsDecideRule
          Rule applies configured decision to any URIs that are on one of the domains in the configured set of domains, filled from the seed set.
 class OnHostsDecideRule
          Rule applies configured decision to any URIs that are on one of the hosts in the configured set of hosts, filled from the seed set.
 class ScopePlusOneDecideRule
          Rule allows one level of discovery beyond configured scope (e.g.
 class SurtPrefixedDecideRule
          Rule applies configured decision to any URIs that, when expressed in SURT form, begin with one of the prefixes in the configured set.
 

Uses of SeedListener in org.archive.crawler.framework
 

Fields in org.archive.crawler.framework with type parameters of type SeedListener
protected  java.util.Set<SeedListener> CrawlScope.seedListeners
           
 

Methods in org.archive.crawler.framework with parameters of type SeedListener
 void CrawlScope.addSeedListener(SeedListener sl)
           
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.