-
Notifications
You must be signed in to change notification settings - Fork 43
Project Import
Andrej Podhradsky edited this page Oct 22, 2013
·
3 revisions
ImportWizardDialog wizard = new ExternalProjectImportWizardDialog();
wizard.open();
wizard.getFirstPage().setRootDirectory("...");
wizard.getFirstPage().selectAllProjects();
wizard.getFirstPage().copyProjectsIntoWorkspace(true);
wizard.finish();