Class ClasspathSnmpDataCollectionLoader


  • public class ClasspathSnmpDataCollectionLoader
    extends ClasspathXmlLoader<org.opennms.integration.api.xml.schema.datacollection.DatacollectionGroup>
    • 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.Group toGroup​(org.opennms.integration.api.xml.schema.datacollection.Group group)  
      static org.opennms.integration.api.v1.config.datacollection.IpList toIpList​(org.opennms.integration.api.xml.schema.datacollection.IpList ipList)  
      static org.opennms.integration.api.v1.config.datacollection.MibObj toMibObj​(org.opennms.integration.api.xml.schema.datacollection.MibObj mibObj)  
      static org.opennms.integration.api.v1.config.datacollection.Parameter toParameter​(org.opennms.integration.api.xml.schema.datacollection.Parameter parameter)  
      static org.opennms.integration.api.v1.config.datacollection.MibObjProperty toProperties​(org.opennms.integration.api.xml.schema.datacollection.MibObjProperty mibObjProperty)  
      static org.opennms.integration.api.v1.config.datacollection.SnmpDataCollection toSnmpDataCollection​(org.opennms.integration.api.xml.schema.datacollection.DatacollectionGroup datacollectionGroup)  
      static org.opennms.integration.api.v1.config.datacollection.SystemDef toSystemDef​(org.opennms.integration.api.xml.schema.datacollection.SystemDef systemDef)  
      • Methods inherited from class java.lang.Object

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

      • ClasspathSnmpDataCollectionLoader

        public ClasspathSnmpDataCollectionLoader​(java.lang.Class<?> clazz,
                                                 java.lang.String... fileNames)
    • 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)