Skip to content

Project Import

Andrej Podhradsky edited this page Oct 22, 2013 · 3 revisions

API / Abstract

Implementation

Test Implementation

Usage

ImportWizardDialog wizard = new ExternalProjectImportWizardDialog();
wizard.open();
wizard.getFirstPage().setRootDirectory("...");
wizard.getFirstPage().selectAllProjects();
wizard.getFirstPage().copyProjectsIntoWorkspace(true);
wizard.finish();
Clone this wiki locally