Uses of Interface
org.openhab.core.model.yaml.YamlElement
Packages that use YamlElement
-
Uses of YamlElement in org.openhab.core.model.yaml
Classes in org.openhab.core.model.yaml with type parameters of type YamlElementModifier and TypeInterfaceDescriptioninterfaceYamlModelListener<T extends YamlElement>TheYamlModelListenerinterface is responsible for managing a particular model type with data processed from YAML configuration files.Methods in org.openhab.core.model.yaml that return types with arguments of type YamlElementModifier and TypeMethodDescriptionabstract List<? extends YamlElement>AbstractYamlFile.getElements()List<? extends YamlElement>YamlFile.getElements()Get the list of elements present in the YAML file.Method parameters in org.openhab.core.model.yaml with type arguments of type YamlElementModifier and TypeMethodDescriptionvoidYamlModelListener.addedModel(String modelName, Collection<? extends YamlElement> elements) Method called by the model repository when elements from a model are added.voidYamlModelListener.removedModel(String modelName, Collection<? extends YamlElement> elements) Method called by the model repository when elements from a model are removed.voidYamlModelListener.updatedModel(String modelName, Collection<? extends YamlElement> elements) Method called by the model repository when elements from a model are updated.