Object first = selection.getFirstElement();
if (!(first instanceof DFSLocationsRoot))
return;
DFSLocationsRoot root = (DFSLocationsRoot) first;
root.disconnect();
root.refresh();
}
/**
* Implements the Download action from HDFS to the current machine