Package org.openhab.core.model.yaml
package org.openhab.core.model.yaml
-
ClassDescriptionThe
AbstractYamlFile
is the DTO base class used to map a YAML configuration file.TheYamlElement
interface offers an identifier and a check validity method to any element defined in a YAML configuration file.TheYamlFile
is the interface to manage the generic content of a YAML configuration file.YamlModelListener<T extends YamlElement>TheYamlModelListener
interface is responsible for managing a particular model type with data processed from YAML configuration files.TheYamlParseException
is used when an error is detected when parsing the content of a YAML configuration file.