Package org.opennms.integration.api.xml
Class ClasspathCollectorConfigurationLoader
- java.lang.Object
-
- org.opennms.integration.api.xml.ClasspathXmlLoader<org.opennms.integration.api.xml.schema.collector.CollectorConfigurationXml>
-
- org.opennms.integration.api.xml.ClasspathCollectorConfigurationLoader
-
public class ClasspathCollectorConfigurationLoader extends ClasspathXmlLoader<org.opennms.integration.api.xml.schema.collector.CollectorConfigurationXml>
Used to load XML collector configuration from the class-path.
-
-
Constructor Summary
Constructors Constructor Description ClasspathCollectorConfigurationLoader(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.collector.CollectorConfigurationExtensiongetCollectorConfiguration()-
Methods inherited from class org.opennms.integration.api.xml.ClasspathXmlLoader
getObjects
-
-