Class ClasspathPollerConfigurationLoader


  • public class ClasspathPollerConfigurationLoader
    extends ClasspathXmlLoader<org.opennms.integration.api.xml.schema.poller.PollerConfigurationXml>
    Used to load XML poller configuration from the class-path.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClasspathPollerConfigurationLoader​(java.lang.Class<?> clazz, java.lang.String subFolder, java.lang.String... fileNames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opennms.integration.api.v1.config.poller.PollerConfigurationExtension getPollerConfiguration()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClasspathPollerConfigurationLoader

        public ClasspathPollerConfigurationLoader​(java.lang.Class<?> clazz,
                                                  java.lang.String subFolder,
                                                  java.lang.String... fileNames)
    • Method Detail

      • getPollerConfiguration

        public org.opennms.integration.api.v1.config.poller.PollerConfigurationExtension getPollerConfiguration()