Class ExternalDataProcessorWizardBase

    • Constructor Detail

      • ExternalDataProcessorWizardBase

        public ExternalDataProcessorWizardBase​(boolean needToCreateProject)
        Creates new external data processor wizard.
        Parameters:
        needToCreateProject - whether the wizard needs to create new project during model integration
    • Method Detail

      • integrateModel

        public void integrateModel​(org.eclipse.core.runtime.IProgressMonitor monitor)
                            throws org.eclipse.core.runtime.CoreException
        Description copied from class: DtNewWizard
        Integrates the created model in the enclosing model. Called at wizard finish.
        Specified by:
        integrateModel in interface IDtNewWizard<ExternalDataProcessor>
        Overrides:
        integrateModel in class DtNewWizard<ExternalDataProcessor>
        Parameters:
        monitor - the progress monitor to report progress to or null if progress report is not needed
        Throws:
        org.eclipse.core.runtime.CoreException - if model integrations fails with some reason