Class ScraperConfigurationClassicImpl
- java.lang.Object
-
- org.apache.plc4x.java.scraper.config.ScraperConfigurationClassicImpl
-
- All Implemented Interfaces:
ScraperConfiguration
@Deprecated public class ScraperConfigurationClassicImpl extends Object implements ScraperConfiguration
Deprecated.Scraper is deprecated please useScraperConfigurationTriggeredImplinstead all functions are supplied as well see java-doc ofTriggeredScraperImplConfiguration class forScraperImpl.
-
-
Constructor Summary
Constructors Constructor Description ScraperConfigurationClassicImpl(Map<String,String> sources, List<JobConfigurationImpl> jobConfigurations)Deprecated.Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<JobConfigurationImpl>getJobConfigurations()Deprecated.List<ScrapeJob>getJobs()Deprecated.Map<String,String>getSources()Deprecated.
-
-
-
Constructor Detail
-
ScraperConfigurationClassicImpl
public ScraperConfigurationClassicImpl(Map<String,String> sources, List<JobConfigurationImpl> jobConfigurations)
Deprecated.Default constructor.- Parameters:
sources- Map from connection alias to connection stringjobConfigurations- List of configurations one for each Job
-
-
Method Detail
-
getSources
public Map<String,String> getSources()
Deprecated.- Specified by:
getSourcesin interfaceScraperConfiguration
-
getJobConfigurations
public List<JobConfigurationImpl> getJobConfigurations()
Deprecated.- Specified by:
getJobConfigurationsin interfaceScraperConfiguration
-
getJobs
public List<ScrapeJob> getJobs() throws ScraperException
Deprecated.- Specified by:
getJobsin interfaceScraperConfiguration- Throws:
ScraperException
-
-