Uses of Package
org.archive.crawler.deciderules

Packages that use org.archive.crawler.deciderules
org.archive.crawler.deciderules Provides classes for a simple decision rules framework. 
org.archive.crawler.deciderules.recrawl   
org.archive.crawler.fetcher   
org.archive.crawler.framework   
org.archive.crawler.postprocessor   
org.archive.crawler.processor   
 

Classes in org.archive.crawler.deciderules used by org.archive.crawler.deciderules
AcceptDecideRule
          Rule which responds ACCEPT to anything passed in.
ConfiguredDecideRule
          Rule which can be configured to ACCEPT or REJECT at operator's option.
ContentTypeMatchesRegExpDecideRule
          DecideRule whose decision is applied if the URI's content-type is present and matches the supplied regular expression.
DecideRule
          Interface for rules which, given an object to evaluate, respond with a decision: DecideRule.ACCEPT, DecideRule.REJECT, or DecideRule.PASS.
ExternalGeoLookupInterface
          Interface used by ExternalImplDecideRule.
ExternalImplInterface
          Interface used by ExternalImplDecideRule.
FetchStatusMatchesRegExpDecideRule
           
MatchesFilePatternDecideRule
          Compares suffix of a passed CrawlURI, UURI, or String against a regular expression pattern, applying its configured decision to all matches.
MatchesListRegExpDecideRule
          Rule applies configured decision to any CrawlURIs whose String URI matches the supplied regexps.
MatchesRegExpDecideRule
          Rule applies configured decision to any CrawlURIs whose String URI matches the supplied regexp.
NotExceedsDocumentLengthTresholdDecideRule
           
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.
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.
PredicatedDecideRule
          Rule which applies the configured decision only if a test evaluates to true.
SurtPrefixedDecideRule
          Rule applies configured decision to any URIs that, when expressed in SURT form, begin with one of the prefixes in the configured set.
 

Classes in org.archive.crawler.deciderules used by org.archive.crawler.deciderules.recrawl
ConfiguredDecideRule
          Rule which can be configured to ACCEPT or REJECT at operator's option.
DecideRule
          Interface for rules which, given an object to evaluate, respond with a decision: DecideRule.ACCEPT, DecideRule.REJECT, or DecideRule.PASS.
PredicatedDecideRule
          Rule which applies the configured decision only if a test evaluates to true.
 

Classes in org.archive.crawler.deciderules used by org.archive.crawler.fetcher
DecideRule
          Interface for rules which, given an object to evaluate, respond with a decision: DecideRule.ACCEPT, DecideRule.REJECT, or DecideRule.PASS.
 

Classes in org.archive.crawler.deciderules used by org.archive.crawler.framework
DecideRule
          Interface for rules which, given an object to evaluate, respond with a decision: DecideRule.ACCEPT, DecideRule.REJECT, or DecideRule.PASS.
 

Classes in org.archive.crawler.deciderules used by org.archive.crawler.postprocessor
DecideRule
          Interface for rules which, given an object to evaluate, respond with a decision: DecideRule.ACCEPT, DecideRule.REJECT, or DecideRule.PASS.
 

Classes in org.archive.crawler.deciderules used by org.archive.crawler.processor
DecideRule
          Interface for rules which, given an object to evaluate, respond with a decision: DecideRule.ACCEPT, DecideRule.REJECT, or DecideRule.PASS.
 



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