Package org.openhab.core.automation.module.script.rulesupport.shared
package org.openhab.core.automation.module.script.rulesupport.shared
-
ClassDescriptionThe
RuleSupportRuleRegistryDelegate
is wrapping aRuleRegistry
to provide a comfortable way to add rules to the RuleManager without worrying about the need to remove rules again.This Registry is used for a single ScriptEngine instance.Empty interface to identify scripted handlersThis RuleProvider keeps Rules added by scripts during runtime.TheValueCache
can be used by scripts to share information between subsequent runs of the same script or between scripts (depending on implementation).