Uses of Class
org.archive.crawler.settings.MapType

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

Uses of MapType in org.archive.crawler.datamodel
 

Methods in org.archive.crawler.datamodel that return MapType
protected  MapType CredentialStore.get(java.lang.Object context)
           
 MapType CrawlOrder.getLoggers()
          Returns the Map of the StatisticsTracking modules that are included in the configuration that the current instance of this class is representing.
 

Uses of MapType in org.archive.crawler.deciderules
 

Fields in org.archive.crawler.deciderules declared as MapType
(package private)  MapType FilterDecideRule.filters
          Filter(s) to apply.
 

Methods in org.archive.crawler.deciderules that return MapType
protected  MapType DecideRuleSequence.getRules(java.lang.Object o)
           
 

Methods in org.archive.crawler.deciderules with parameters of type MapType
protected  boolean FilterDecideRule.filtersAccept(MapType fs, CrawlURI curi)
          Do all specified filters (if any) accept this CrawlURI?
 

Uses of MapType in org.archive.crawler.framework
 

Methods in org.archive.crawler.framework with parameters of type MapType
 void ProcessorChainList.addProcessorMap(java.lang.String name, MapType processorMap)
          Add a new chain of processors to the chain list.
protected  void CrawlController.restoreStatisticsTracker(MapType loggers, java.lang.String replaceName)
           
 

Constructors in org.archive.crawler.framework with parameters of type MapType
ProcessorChain(MapType processorMap)
          Construct a new processor chain.
 



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