Package org.erlide.backend.console

Examples of org.erlide.backend.console.BackendShellManager


        this.nodeProxy = nodeProxy;
        this.data = data;
        this.erts = erts;
        codeManager = new CodeManager(getOtpRpc(), data.getRuntimeInfo().getName(), data
                .getRuntimeInfo().getVersion());
        shellManager = new BackendShellManager(this);
    }
View Full Code Here

TOP

Related Classes of org.erlide.backend.console.BackendShellManager

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.