Uses of Class
org.archive.crawler.framework.CrawlScope

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

Uses of CrawlScope in org.archive.crawler.deciderules
 

Subclasses of CrawlScope in org.archive.crawler.deciderules
 class DecidingScope
          DecidingScope: a Scope which makes its accept/reject decision based on whatever DecideRules have been set up inside it.
 

Uses of CrawlScope in org.archive.crawler.framework
 

Methods in org.archive.crawler.framework that return CrawlScope
 CrawlScope CrawlController.getScope()
           
 

Uses of CrawlScope in org.archive.crawler.scope
 

Subclasses of CrawlScope in org.archive.crawler.scope
 class BroadScope
          A CrawlScope instance defines which URIs are "in" a particular crawl.
 class ClassicScope
          ClassicScope: superclass with shared Scope behavior for most common scopes.
 class DomainScope
          Deprecated. As of release 1.10.0. Replaced by DecidingScope.
 class HostScope
          Deprecated. As of release 1.10.0. Replaced by DecidingScope.
 class PathScope
          Deprecated. As of release 1.10.0. Replaced by DecidingScope.
 class RefinedScope
          Superclass for Scopes which make use of "additional focus" to add items by pattern, or want to swap in alternative transitive filter.
 class SeedCachingScope
          A CrawlScope that caches its seed list for the convenience of scope-tests that are based on the seeds.
 class SurtPrefixScope
          Deprecated. As of release 1.10.0. Replaced by DecidingScope.
 



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