Package org.openhab.core.model.yaml
package org.openhab.core.model.yaml
-
ClassDescriptionThe
YamlElementinterface must be implemented by any classes that need to be handled by theYamlModelRepositoryImpl.TheYamlElementNameis a required annotation for the inheritors ofYamlElement.YamlModelListener<T extends YamlElement>TheYamlModelListenerinterface is responsible for managing a particular model type with data processed from YAML configuration files having a version that is supported by this manager.TheYamlModelRepositorydefines methods to update elements in a YAML model.Static utility constants and methods that are helpful when dealing with YAML models.