Package org.opennms.integration.api.xml
Class ClasspathThresholdingConfigLoader
- java.lang.Object
-
- org.opennms.integration.api.xml.ClasspathXmlLoader<org.opennms.integration.api.xml.schema.thresholding.ThresholdingConfig>
-
- org.opennms.integration.api.xml.ClasspathThresholdingConfigLoader
-
public class ClasspathThresholdingConfigLoader extends ClasspathXmlLoader<org.opennms.integration.api.xml.schema.thresholding.ThresholdingConfig>
Used to load XML thresholding configuration from the class-path.- Since:
- 1.0.0
- Author:
- mbrooks
-
-
Constructor Summary
Constructors Constructor Description ClasspathThresholdingConfigLoader(java.lang.Class<?> clazz, java.lang.String... fileNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.opennms.integration.api.v1.config.thresholding.GroupDefinition>getGroupDefinitions()-
Methods inherited from class org.opennms.integration.api.xml.ClasspathXmlLoader
getObjects
-
-