Package org.openhab.model

Examples of org.openhab.model.SitemapStandaloneSetup


public class SitemapModelActivator implements BundleActivator {

  private final static Logger logger = LoggerFactory.getLogger(SitemapModelActivator.class);
 
  public void start(BundleContext context) throws Exception {
    new SitemapStandaloneSetup().createInjectorAndDoEMFRegistration();
    logger.debug("Registered 'sitemap' configuration parser");
  }
View Full Code Here

TOP

Related Classes of org.openhab.model.SitemapStandaloneSetup

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.