Uses of Class
org.apache.plc4x.java.scraper.config.JobConfigurationImpl
-
Packages that use JobConfigurationImpl Package Description org.apache.plc4x.java.scraper.config org.apache.plc4x.java.scraper.config.triggeredscraper -
-
Uses of JobConfigurationImpl in org.apache.plc4x.java.scraper.config
Subclasses of JobConfigurationImpl in org.apache.plc4x.java.scraper.config Modifier and Type Class Description classJobConfigurationClassicImplDeprecated.Scraper is deprecated please useJobConfigurationTriggeredImplBuilderinstead all functions are supplied as well see java-doc ofTriggeredScraperImplMethods in org.apache.plc4x.java.scraper.config that return types with arguments of type JobConfigurationImpl Modifier and Type Method Description List<JobConfigurationImpl>ScraperConfiguration. getJobConfigurations()List<JobConfigurationImpl>ScraperConfigurationClassicImpl. getJobConfigurations()Deprecated.Constructor parameters in org.apache.plc4x.java.scraper.config with type arguments of type JobConfigurationImpl Constructor Description ScraperConfigurationClassicImpl(Map<String,String> sources, List<JobConfigurationImpl> jobConfigurations)Deprecated.Default constructor. -
Uses of JobConfigurationImpl in org.apache.plc4x.java.scraper.config.triggeredscraper
Subclasses of JobConfigurationImpl in org.apache.plc4x.java.scraper.config.triggeredscraper Modifier and Type Class Description classJobConfigurationTriggeredImplConfiguration for oneTriggeredScrapeJobImplin theScraperConfigurationTriggeredImpl.Methods in org.apache.plc4x.java.scraper.config.triggeredscraper that return types with arguments of type JobConfigurationImpl Modifier and Type Method Description List<JobConfigurationImpl>ScraperConfigurationTriggeredImpl. getJobConfigurations()Method parameters in org.apache.plc4x.java.scraper.config.triggeredscraper with type arguments of type JobConfigurationImpl Modifier and Type Method Description static List<ScrapeJob>ScraperConfigurationTriggeredImpl. getJobs(List<JobConfigurationImpl> jobConfigurations, Map<String,String> sources)Constructor parameters in org.apache.plc4x.java.scraper.config.triggeredscraper with type arguments of type JobConfigurationImpl Constructor Description ScraperConfigurationTriggeredImpl(Map<String,String> sources, List<JobConfigurationImpl> jobConfigurations)Default constructor.
-