Package org.opennms.integration.api.xml
Class ClasspathPollerConfigurationLoader
- java.lang.Object
-
- org.opennms.integration.api.xml.ClasspathXmlLoader<org.opennms.integration.api.xml.schema.poller.PollerConfigurationXml>
-
- org.opennms.integration.api.xml.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.PollerConfigurationExtensiongetPollerConfiguration()-
Methods inherited from class org.opennms.integration.api.xml.ClasspathXmlLoader
getObjects
-
-