public class CopyFrontEndExecutorStep extends InstallationWizardStep
Modifier | Constructor and Description |
---|---|
protected |
CopyFrontEndExecutorStep(InstallationWizardFrame wizardFrame,
GetFrontendDirectoryStep getFrontendDirectoryStep,
GetEngineDirectoryStep getEngineDirectoryStep)
Create CopyFrontEndExecutorStep instance.
|
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 |
onFormEvent(ActionEvent arg)
Called from wizard frame on user interface events in step panel form.
|
boolean |
onNext()
Repacks front end war file from source to destination with writing configuration operations in own thread.
|
getWizardFrame, onCancel
protected CopyFrontEndExecutorStep(InstallationWizardFrame wizardFrame, GetFrontendDirectoryStep getFrontendDirectoryStep, GetEngineDirectoryStep getEngineDirectoryStep)
wizardFrame
- parent wizard framegetFrontendDirectoryStep
- front end directory stepgetEngineDirectoryStep
- engine directory steppublic String getStepTitle()
InstallationWizardStep
getStepTitle
in class InstallationWizardStep
InstallationWizardStep.getStepTitle()
public JPanel getFormPanel()
InstallationWizardStep
getFormPanel
in class InstallationWizardStep
InstallationWizardStep.getFormPanel()
public boolean onNext()
onNext
in class InstallationWizardStep
InstallationWizardStep.onNext()
public void onFormEvent(ActionEvent arg)
InstallationWizardStep
onFormEvent
in class InstallationWizardStep
arg
- event parametersInstallationWizardStep.onFormEvent(java.awt.event.ActionEvent)
Copyright © 2013. All Rights Reserved.