Uses of Interface
org.openhab.core.model.yaml.YamlElement
-
Uses of YamlElement in org.openhab.core.model.yaml
Modifier and TypeInterfaceDescriptioninterface
YamlModelListener<T extends YamlElement>
TheYamlModelListener
interface is responsible for managing a particular model type with data processed from YAML configuration files.Modifier and TypeMethodDescriptionabstract List<? extends YamlElement>
AbstractYamlFile.getElements()
List<? extends YamlElement>
YamlFile.getElements()
Get the list of elements present in the YAML file.Modifier and TypeMethodDescriptionvoid
YamlModelListener.addedModel
(String modelName, Collection<? extends YamlElement> elements) Method called by the model repository when elements from a model are added.void
YamlModelListener.removedModel
(String modelName, Collection<? extends YamlElement> elements) Method called by the model repository when elements from a model are removed.void
YamlModelListener.updatedModel
(String modelName, Collection<? extends YamlElement> elements) Method called by the model repository when elements from a model are updated.