Examples of IBackendFactory


Examples of org.erlide.backend.api.IBackendFactory

    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.