Package org.opennms.netmgt.collectd
Class RegExPropertyExtender
- java.lang.Object
-
- org.opennms.netmgt.collectd.RegExPropertyExtender
-
- All Implemented Interfaces:
SnmpPropertyExtender
public class RegExPropertyExtender extends Object implements SnmpPropertyExtender
The Class RegExPropertyExtender.- Author:
- Alejandro Galue
-
-
Constructor Summary
Constructors Constructor Description RegExPropertyExtender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnmpAttribute
getTargetAttribute(List<CollectionAttribute> sourceAttributes, SnmpCollectionResource targetResource, MibObjProperty property)
Gets the target attribute.
-
-
-
Method Detail
-
getTargetAttribute
public SnmpAttribute getTargetAttribute(List<CollectionAttribute> sourceAttributes, SnmpCollectionResource targetResource, MibObjProperty property)
Description copied from interface:SnmpPropertyExtender
Gets the target attribute.- Specified by:
getTargetAttribute
in interfaceSnmpPropertyExtender
- Parameters:
sourceAttributes
- the source attributestargetResource
- the target resourceproperty
- the MibObj property with the settings of the string attribute to add from the collection set.- Returns:
- the target attribute
-
-