Class RuleSupportRuleRegistryDelegate

java.lang.Object
org.openhab.core.automation.module.script.rulesupport.shared.RuleSupportRuleRegistryDelegate
All Implemented Interfaces:
RuleRegistry, Registry<Rule,String>

@NonNullByDefault public class RuleSupportRuleRegistryDelegate extends Object implements RuleRegistry
The RuleSupportRuleRegistryDelegate is wrapping a RuleRegistry to provide a comfortable way to add rules to the RuleManager without worrying about the need to remove rules again. Nonetheless, using the addPermanent method it is still possible to add rules permanently.
Author:
Simon Merschjohann - Initial contribution
  • Constructor Details

  • Method Details