Examples of validateItemType()


Examples of org.openhab.model.item.binding.BindingConfigReader.validateItemType()

        }
      }
     
      if (localReader != null) {
        try {
          localReader.validateItemType(item, config);
          localReader.processBindingConfiguration(modelName, item, config);
        } catch (BindingConfigParseException e) {
          logger.error("Binding configuration of type '" + bindingType
            + "' of item ‘" + item.getName() + "‘ could not be parsed correctly.", e);
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.