| java.lang.Object org.netbeans.modules.projectimport.eclipse.Importer
Importer | final class Importer (Code) | | Able to import given Eclipse projects in separate thread with providing
information about current state(progress). Converts eclipse projects and
their required projects into NetBeans ones and stores them into the given
destination.
author: mkrauskopf |
Constructor Summary | |
| Importer(Set eclProjects, String destination, boolean recursively) |
Importer | Importer(Set eclProjects, String destination, boolean recursively)(Code) | | |
getNOfProcessed | int getNOfProcessed()(Code) | | Returns number of already processed projects.
|
getProgressInfo | String getProgressInfo()(Code) | | Returns localized message describing current importer activity.
|
getProjects | J2SEProject[] getProjects()(Code) | | Gets imported projects. Call after the importing isDone() .
|
isDone | boolean isDone()(Code) | | Returns whether importer has finished.
|
startImporting | void startImporting()(Code) | | Starts importing process in separated thread. Use getters to obtain
information about current progress.
|
|
|