Package org.openhab.core.model.yaml
package org.openhab.core.model.yaml
-
ClassDescriptionThe
YamlElement
interface must be implemented by any classes that need to be handled by theYamlModelRepositoryImpl
.TheYamlElementName
is a required annotation for the inheritors ofYamlElement
.YamlModelListener<T extends YamlElement>TheYamlModelListener
interface is responsible for managing a particular model type with data processed from YAML configuration files.TheYamlModelRepository
defines methods to update elements in a YAML model.