Package org.openhab.model

Examples of org.openhab.model.ItemsStandaloneSetup


public class ItemModelActivator implements BundleActivator {

  private final static Logger logger = LoggerFactory.getLogger(ItemModelActivator.class);

  public void start(BundleContext context) throws Exception {
    new ItemsStandaloneSetup().createInjectorAndDoEMFRegistration();
    logger.debug("Registered 'item' configuration parser");   
  }
View Full Code Here


 
 
  public GenericItemProvider() {
    // make sure that the DSL is correctly registered with EMF before we
    // start
    new ItemsStandaloneSetup().createInjectorAndDoEMFRegistration();
  }
View Full Code Here

TOP

Related Classes of org.openhab.model.ItemsStandaloneSetup

Copyright © 2018 www.massapicom. 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.