org.opennms.netmgt.dao.castor
Class DataCollectionConfigParser

java.lang.Object
  extended by org.opennms.netmgt.dao.castor.DataCollectionConfigParser

public class DataCollectionConfigParser
extends Object

DataCollectionConfigParser

Author:
Alejandro Galue

Constructor Summary
DataCollectionConfigParser(String configDirectory)
           
 
Method Summary
 Set<ResourceType> getAllResourceTypes()
          Get all configured resource types.
protected  Map<String,DatacollectionGroup> getExternalGroupMap()
           
 void parseCollection(SnmpCollection collection)
          Update/Validate SNMP collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCollectionConfigParser

public DataCollectionConfigParser(String configDirectory)
Method Detail

getExternalGroupMap

protected Map<String,DatacollectionGroup> getExternalGroupMap()

parseCollection

public void parseCollection(SnmpCollection collection)
Update/Validate SNMP collection.

Parameters:
collection -

getAllResourceTypes

public Set<ResourceType> getAllResourceTypes()
Get all configured resource types.

Returns:
the resource type list


Copyright © 2011. All Rights Reserved.