Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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