}
Set<Map.Entry<String, List<String>>> entrySet = downloadMap.entrySet();
CmdService cmds = CmdService.getHandle();
for (Map.Entry<String, List<String>> entry : entrySet) {
cmds.downloadServices(entry.getKey(), entry.getValue());
}
// Also update the paths on the local command agent.
ArrayList<String> activeServiceList = new ArrayList<String>();
for (String deployment : activeDeployments) {