Class GraphPropertiesExtensionManager
- java.lang.Object
-
- org.opennms.features.apilayer.config.ConfigExtensionManager<org.opennms.integration.api.v1.config.datacollection.graphs.GraphPropertiesExtension,PrefabGraphs>
-
- org.opennms.features.apilayer.config.GraphPropertiesExtensionManager
-
- All Implemented Interfaces:
ConfigurationProvider
public class GraphPropertiesExtensionManager extends ConfigExtensionManager<org.opennms.integration.api.v1.config.datacollection.graphs.GraphPropertiesExtension,PrefabGraphs>
-
-
Constructor Summary
Constructors Constructor Description GraphPropertiesExtensionManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PrefabGraphs
getConfigForExtensions(Set<org.opennms.integration.api.v1.config.datacollection.graphs.GraphPropertiesExtension> extensions)
protected void
triggerReload()
-
Methods inherited from class org.opennms.features.apilayer.config.ConfigExtensionManager
deregisteredFromConfigReloadContainer, getLastUpdate, getObject, getType, onBind, onUnbind, registeredToConfigReloadContainer
-
-
-
-
Method Detail
-
getConfigForExtensions
protected PrefabGraphs getConfigForExtensions(Set<org.opennms.integration.api.v1.config.datacollection.graphs.GraphPropertiesExtension> extensions)
- Specified by:
getConfigForExtensions
in classConfigExtensionManager<org.opennms.integration.api.v1.config.datacollection.graphs.GraphPropertiesExtension,PrefabGraphs>
-
triggerReload
protected void triggerReload()
- Specified by:
triggerReload
in classConfigExtensionManager<org.opennms.integration.api.v1.config.datacollection.graphs.GraphPropertiesExtension,PrefabGraphs>
-
-