Package org.eclim.plugin.core.util

Examples of org.eclim.plugin.core.util.VimClient


  {
    this.project = project;
    this.host = host;
    this.port = port;
    this.id = project.getName() + " - " + host + ":" + port;
    this.vimClient = new VimClient(vimInstanceId);

    this.threadCtx = new ThreadContext();
    this.threadView = new ThreadView(threadCtx);
    this.varView = new VariableView(threadCtx);
  }
View Full Code Here

TOP

Related Classes of org.eclim.plugin.core.util.VimClient

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.