Class YamlModelUtils

java.lang.Object
org.openhab.core.model.yaml.YamlModelUtils

@NonNullByDefault public class YamlModelUtils extends Object
Static utility constants and methods that are helpful when dealing with YAML models.
Author:
Laurent Garnier - Initial contribution
  • Field Details

  • Constructor Details

    • YamlModelUtils

      public YamlModelUtils()
  • Method Details

    • isIsolatedModel

      public static boolean isIsolatedModel(String modelName)
      Indicates if a model is an isolated model An isolated model is a temporary model loaded without impacting any object registry.
      Parameters:
      modelName - the model name
      Returns:
      true if the model identified by the provided name is an isolated model, false otherwise