Community
Participate
Working Groups
*/
public IStatus run(IProgressMonitor monitor) throws ProvisionException {
SubMonitor progress = SubMonitor.convert(monitor, 4);
// ensure all the right parameters are set
validate();
initializeRepos(progress);
// figure out which IUs we need to process
collectIUs(progress.newChild(1));