public class DBScriptExecutorStep extends InstallationWizardStep
Modifier | Constructor and Description |
---|---|
protected |
DBScriptExecutorStep(InstallationWizardFrame wizardFrame,
GetDbConnectionsStep getDbConnectionsStep,
boolean cleanDB,
String title,
String scriptFileName,
String isqlPath)
Create instance of database script executor object
|
Modifier and Type | Method and Description |
---|---|
JPanel |
getFormPanel()
Gets panel with step form, called from wizard frame.
|
String |
getStepTitle()
Gets step tilte, called from wizard frame.
|
void |
onCancel()
Called from wizard frame before closing wizard.
|
void |
onFormEvent(ActionEvent arg)
Called from wizard frame on user interface events in step panel form.
|
boolean |
onNext()
Called from wizard frame before moving to next installation step.
|
getWizardFrame
protected DBScriptExecutorStep(InstallationWizardFrame wizardFrame, GetDbConnectionsStep getDbConnectionsStep, boolean cleanDB, String title, String scriptFileName, String isqlPath)
wizardFrame
- parent wizard framegetDbConnectionsStep
- step object with db connection parameterscleanDB
- run in clean/dirty database flagtitle
- title of wizard stepscriptFileName
- name of sql script fileisqlPath
- path to Virtuoso isql utilitypublic String getStepTitle()
InstallationWizardStep
getStepTitle
in class InstallationWizardStep
InstallationWizardStep.getStepTitle()
public JPanel getFormPanel()
InstallationWizardStep
getFormPanel
in class InstallationWizardStep
InstallationWizardStep.getFormPanel()
public boolean onNext()
InstallationWizardStep
onNext
in class InstallationWizardStep
InstallationWizardStep.onNext()
public void onFormEvent(ActionEvent arg)
InstallationWizardStep
onFormEvent
in class InstallationWizardStep
arg
- event parametersInstallationWizardStep.onFormEvent(java.awt.event.ActionEvent)
public void onCancel()
InstallationWizardStep
onCancel
in class InstallationWizardStep
InstallationWizardStep.onCancel()
Copyright © 2013. All Rights Reserved.