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 TypeInterfaceDescriptioninterface
YamlModelListener<T extends YamlElement>
TheYamlModelListener
interface is responsible for managing a particular model type with data processed from YAML configuration files having a version that is supported by this manager.Methods in org.openhab.core.model.yaml that return YamlElementModifier and TypeMethodDescriptionYamlElement.cloneWithoutId()
Clone this element putting the identifier to null.Methods in org.openhab.core.model.yaml with parameters of type YamlElementModifier and TypeMethodDescriptionvoid
YamlModelRepository.addElementToModel
(String modelName, YamlElement element) void
YamlModelRepository.removeElementFromModel
(String modelName, YamlElement element) void
YamlModelRepository.updateElementInModel
(String modelName, YamlElement element) Method parameters in org.openhab.core.model.yaml with type arguments of type YamlElementModifier and TypeMethodDescriptionvoid
YamlModelRepository.generateSyntaxFromElements
(OutputStream out, List<YamlElement> elements) Generate the YAML syntax from a provided list of elements.