org.webharvest.runtime.processors
Class ProcessorResolver

java.lang.Object
  extended by org.webharvest.runtime.processors.ProcessorResolver

public class ProcessorResolver
extends java.lang.Object


Constructor Summary
ProcessorResolver()
           
 
Method Summary
static BaseProcessor createProcessor(IElementDef elementDef, ScraperConfiguration configuration, Scraper scraper)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorResolver

public ProcessorResolver()
Method Detail

createProcessor

public static BaseProcessor createProcessor(IElementDef elementDef,
                                            ScraperConfiguration configuration,
                                            Scraper scraper)