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