Uses of Class
xsmeral.semnet.manager.Configuration

Packages that use Configuration
xsmeral.semnet.crawler.model Data containers used by the crawler - host and entity descriptors, entity document, URL entry 
xsmeral.semnet.manager Classes for management of processing jobs 
 

Uses of Configuration in xsmeral.semnet.crawler.model
 

Methods in xsmeral.semnet.crawler.model that return types with arguments of type Configuration
 Collection<Configuration> EntityDescriptor.getScrapers()
          Returns the scraper classes that processes this entity type.
 

Constructor parameters in xsmeral.semnet.crawler.model with type arguments of type Configuration
EntityDescriptor(Pattern urlPattern, int updateFreq, Collection<Configuration> scrapers, int weight)
          Initializes all fields
 

Uses of Configuration in xsmeral.semnet.manager
 

Methods in xsmeral.semnet.manager that return types with arguments of type Configuration
 List<Configuration> ProcessingJob.getAttached()
          Returns collection of attached processors.
 List<Configuration> ProcessingJob.getProcessorChain()
          Returns list of object processors.
 

Method parameters in xsmeral.semnet.manager with type arguments of type Configuration
 void ProcessingJob.setAttached(List<Configuration> attached)
           
 void ProcessingJob.setProcessorChain(List<Configuration> processorChain)
           
 

Constructor parameters in xsmeral.semnet.manager with type arguments of type Configuration
ProcessingJob(String name, String description, List<Configuration> processorChain, List<Configuration> attached)
          Initializes all fields.
ProcessingJob(String name, String description, List<Configuration> processorChain, List<Configuration> attached)
          Initializes all fields.