Package com.google.code.vimsztool.server

Source Code of com.google.code.vimsztool.server.SzjdeProjectClean

package com.google.code.vimsztool.server;

import com.google.code.vimsztool.compiler.CompilerContextManager;

public class SzjdeProjectClean extends SzjdeCommand {

  public String execute() {
    String classPathXml = params.get(SzjdeConstants.PARAM_CLASSPATHXML);
    CompilerContextManager ccm = CompilerContextManager.getInstnace();
    ccm.reloadCompilerContext(classPathXml);
    return "";
  }

}
TOP

Related Classes of com.google.code.vimsztool.server.SzjdeProjectClean

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.