}
private void refresh() {
MksCLIConfiguration configuration = getConfiguration();
SandboxesCommandAPI command = new SandboxesCommandAPI(new ArrayList<VcsException>(), configuration);
command.execute();
this.release();
for (SandboxInfo sandboxInfo : command.result) {
this.addSandboxPath(sandboxInfo.sandboxPath, sandboxInfo.serverHostAndPort, sandboxInfo.projectPath,
sandboxInfo.devPath, sandboxInfo.subSandbox);
}