Class ReadyToInstallConsole
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.console.ReadyToInstallConsole
-
- All Implemented Interfaces:
Referenceable
public final class ReadyToInstallConsole extends Action
Alerts the end user that the installer is about to install files. The panel is intended to be used in the pre-install phase, just before the installation begins.
-
-
Constructor Summary
Constructors Constructor Description ReadyToInstallConsole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
The message to be displayed during installation.java.lang.String
getTitle()
The title of the panel.void
setMessage(java.lang.String Message)
The message to be displayed during installation.void
setTitle(java.lang.String Title)
The title of the panel.-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
The title of the panel. Default is "Ready To Install".
-
setTitle
public void setTitle(java.lang.String Title)
The title of the panel. Default is "Ready To Install".
-
getMessage
public java.lang.String getMessage()
The message to be displayed during installation.
-
setMessage
public void setMessage(java.lang.String Message)
The message to be displayed during installation.
-
-