public abstract class DeployTargetDialogFactory extends Object
Constructor and Description |
---|
DeployTargetDialogFactory()
Creates a new empty instance.
|
Modifier and Type | Method and Description |
---|---|
abstract ScheduleTaskDialog |
createDialog(Host host,
Window owner)
Creates a
ScheduleTaskDialog using the given host and parent window. |
DeployTarget |
getDeployTarget()
Gets the deploy target.
|
DeployTask |
getDeployTask()
Gets the deploy task.
|
void |
setDeployTarget(DeployTarget deployTarget)
Sets the deploy target.
|
void |
setDeployTask(DeployTask deployTask)
Sets the deploy task.
|
public DeployTargetDialogFactory()
public final void setDeployTarget(@NotNull DeployTarget deployTarget)
deployTarget
- DeployTarget
object that will correspond to the created dialog.public DeployTarget getDeployTarget()
DeployTarget
object that will correspond to the created dialog.public final void setDeployTask(DeployTask deployTask)
deployTask
- DeployTask
object that will correspond to the created dialog.public DeployTask getDeployTask()
DeployTask
object that will correspond to the created dialog.@NotNull public abstract ScheduleTaskDialog createDialog(@NotNull Host host, Window owner)
ScheduleTaskDialog
using the given host and parent window.host
- Host
object that can be used to create the dialog.owner
- Parent Window
of the new dialog.ScheduleTaskDialog
.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210