Package org.opennms.integration.api.xml
Class ClasspathSnmpDataCollectionLoader
- java.lang.Object
-
- org.opennms.integration.api.xml.ClasspathXmlLoader<org.opennms.integration.api.xml.schema.datacollection.DatacollectionGroup>
-
- org.opennms.integration.api.xml.ClasspathSnmpDataCollectionLoader
-
public class ClasspathSnmpDataCollectionLoader extends ClasspathXmlLoader<org.opennms.integration.api.xml.schema.datacollection.DatacollectionGroup>
-
-
Constructor Summary
Constructors Constructor Description ClasspathSnmpDataCollectionLoader(java.lang.Class<?> clazz, java.lang.String... fileNames)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.opennms.integration.api.v1.config.datacollection.SnmpDataCollection>getSnmpDataCollections()static org.opennms.integration.api.v1.config.datacollection.GrouptoGroup(org.opennms.integration.api.xml.schema.datacollection.Group group)static org.opennms.integration.api.v1.config.datacollection.IpListtoIpList(org.opennms.integration.api.xml.schema.datacollection.IpList ipList)static org.opennms.integration.api.v1.config.datacollection.MibObjtoMibObj(org.opennms.integration.api.xml.schema.datacollection.MibObj mibObj)static org.opennms.integration.api.v1.config.datacollection.ParametertoParameter(org.opennms.integration.api.xml.schema.datacollection.Parameter parameter)static org.opennms.integration.api.v1.config.datacollection.MibObjPropertytoProperties(org.opennms.integration.api.xml.schema.datacollection.MibObjProperty mibObjProperty)static org.opennms.integration.api.v1.config.datacollection.SnmpDataCollectiontoSnmpDataCollection(org.opennms.integration.api.xml.schema.datacollection.DatacollectionGroup datacollectionGroup)static org.opennms.integration.api.v1.config.datacollection.SystemDeftoSystemDef(org.opennms.integration.api.xml.schema.datacollection.SystemDef systemDef)-
Methods inherited from class org.opennms.integration.api.xml.ClasspathXmlLoader
getObjects
-
-
-
-
Method Detail
-
getSnmpDataCollections
public java.util.List<org.opennms.integration.api.v1.config.datacollection.SnmpDataCollection> getSnmpDataCollections()
-
toSnmpDataCollection
public static org.opennms.integration.api.v1.config.datacollection.SnmpDataCollection toSnmpDataCollection(org.opennms.integration.api.xml.schema.datacollection.DatacollectionGroup datacollectionGroup)
-
toGroup
public static org.opennms.integration.api.v1.config.datacollection.Group toGroup(org.opennms.integration.api.xml.schema.datacollection.Group group)
-
toMibObj
public static org.opennms.integration.api.v1.config.datacollection.MibObj toMibObj(org.opennms.integration.api.xml.schema.datacollection.MibObj mibObj)
-
toProperties
public static org.opennms.integration.api.v1.config.datacollection.MibObjProperty toProperties(org.opennms.integration.api.xml.schema.datacollection.MibObjProperty mibObjProperty)
-
toParameter
public static org.opennms.integration.api.v1.config.datacollection.Parameter toParameter(org.opennms.integration.api.xml.schema.datacollection.Parameter parameter)
-
toSystemDef
public static org.opennms.integration.api.v1.config.datacollection.SystemDef toSystemDef(org.opennms.integration.api.xml.schema.datacollection.SystemDef systemDef)
-
toIpList
public static org.opennms.integration.api.v1.config.datacollection.IpList toIpList(org.opennms.integration.api.xml.schema.datacollection.IpList ipList)
-
-