Class ClasspathThreshdConfigurationLoader


  • public class ClasspathThreshdConfigurationLoader
    extends ClasspathXmlLoader<org.opennms.integration.api.xml.schema.thresholding.ThreshdConfiguration>
    Used to load XML threshd configuration from the class-path.
    Since:
    1.0.0
    Author:
    mbrooks
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.opennms.integration.api.v1.config.thresholding.PackageDefinition> getPackages()  
      • Methods inherited from class java.lang.Object

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

      • ClasspathThreshdConfigurationLoader

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

      • getPackages

        public java.util.List<org.opennms.integration.api.v1.config.thresholding.PackageDefinition> getPackages()