Uses of Class
org.opennms.netmgt.config.hardware.HwExtension
-
Packages that use HwExtension Package Description org.opennms.netmgt.config.hardware -
-
Uses of HwExtension in org.opennms.netmgt.config.hardware
Methods in org.opennms.netmgt.config.hardware that return types with arguments of type HwExtension Modifier and Type Method Description List<HwExtension>
HwInventoryAdapterConfiguration. getExtensions()
Methods in org.opennms.netmgt.config.hardware with parameters of type HwExtension Modifier and Type Method Description void
HwInventoryAdapterConfiguration. addExtension(HwExtension extension)
Method parameters in org.opennms.netmgt.config.hardware with type arguments of type HwExtension Modifier and Type Method Description void
HwInventoryAdapterConfiguration. setExtensions(List<HwExtension> extensions)
-