Class InstallFailedConsole
- 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.InstallFailedConsole
-
- All Implemented Interfaces:
Referenceable
public final class InstallFailedConsole extends Action
Displays information about the installation's status when a console installer has generated an error. The panel is intended to be used only after files have been installed, at the post-install phase of the installation.
-
-
Constructor Summary
Constructors Constructor Description InstallFailedConsole()
-
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 "Install Complete".
-
setTitle
public void setTitle(java.lang.String Title)
The title of the panel. Default is "Install Complete".
-
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.
-
-