Examples of IRuntimeInfoCatalog


Examples of org.erlide.runtime.runtimeinfo.IRuntimeInfoCatalog

    }
    return _xblockexpression;
  }
 
  public RuntimeInfo bestRuntime() {
    IRuntimeInfoCatalog _runtimeInfoCatalog = RuntimeCore.getRuntimeInfoCatalog();
    return _runtimeInfoCatalog.getRuntime(ProjectPreferencesConstants.DEFAULT_RUNTIME_VERSION, null);
  }
View Full Code Here

Examples of org.erlide.runtime.runtimeinfo.IRuntimeInfoCatalog

    @Override
    public void start(final BundleContext context) throws Exception {
        DebugStream.activate();
        ErlLogger.debug("Backend plugin starting");

        final IRuntimeInfoCatalog catalog = BackendCore.getRuntimeInfoCatalog();
        final IBackendFactory backendFactory = new BackendFactory(catalog);
        final IBackendManager backendManager = new BackendManager(backendFactory);
        BackendCore.init(backendManager);
        ErlLogger.debug("Backend plugin started");
    }
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.