public class ExportImportControllerExecutor extends Object
IExportImportController.| Constructor and Description |
|---|
ExportImportControllerExecutor(File file,
org.eclipse.core.runtime.IProgressMonitor monitor)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(IExportImportController controller)
Executes the given
IExportImportController. |
public ExportImportControllerExecutor(File file, org.eclipse.core.runtime.IProgressMonitor monitor)
file - the file that should be exported/importedmonitor - a ProgressMonitor to inform about the progress of the export/import processpublic void execute(IExportImportController controller) throws IOException
IExportImportController.controller - the controller to be executedIOException - in case an error occurs during export/importCopyright © 2017. All rights reserved.