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

Packages that use ProcessorChain
org.archive.crawler.datamodel   
org.archive.crawler.framework   
 

Uses of ProcessorChain in org.archive.crawler.datamodel
 

Methods in org.archive.crawler.datamodel that return ProcessorChain
 ProcessorChain CrawlURI.nextProcessorChain()
          Get the processor chain that should be processing this URI after the current chain is finished with it.
 

Methods in org.archive.crawler.datamodel with parameters of type ProcessorChain
 void CrawlURI.markPrerequisite(java.lang.String preq, ProcessorChain lastProcessorChain)
          Do all actions associated with setting a CrawlURI as requiring a prerequisite.
 void CrawlURI.setNextProcessorChain(ProcessorChain nextProcessorChain)
          Set the next processor chain to process this URI.
 void CrawlURI.skipToProcessor(ProcessorChain processorChain, Processor processor)
          Set which processor should be the next processor to process this uri instead of using the default next processor.
 void CrawlURI.skipToProcessorChain(ProcessorChain processorChain)
          Set which processor chain should be processing this uri next.
 

Uses of ProcessorChain in org.archive.crawler.framework
 

Methods in org.archive.crawler.framework that return ProcessorChain
 ProcessorChain ProcessorChainList.getFirstChain()
          Get the first processor chain.
 ProcessorChain CrawlController.getFirstProcessorChain()
          Get the first processor chain.
 ProcessorChain ProcessorChainList.getLastChain()
          Get the last processor chain.
 ProcessorChain ProcessorChain.getNextProcessorChain()
          Get the processor chain that the URI should be working through after finishing this one.
 ProcessorChain CrawlController.getPostprocessorChain()
          Get the postprocessor chain.
 ProcessorChain ProcessorChainList.getProcessorChain(int index)
          Get a processor chain by its index in the list of chains.
 ProcessorChain ProcessorChainList.getProcessorChain(java.lang.String name)
          Get a processor chain by its name.
 

Methods in org.archive.crawler.framework with parameters of type ProcessorChain
 void ProcessorChain.setNextChain(ProcessorChain nextProcessorChain)
          Set the processor chain that the URI should be working through after finishing this one.
 



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