public class ProgressDescriptor extends Object
| Constructor and Description |
|---|
ProgressDescriptor(ProgressStep step,
Integer progressBarRatio,
org.forgerock.i18n.LocalizableMessage progressBarMsg,
org.forgerock.i18n.LocalizableMessage detailsMsg)
Constructor for the ProgressDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.i18n.LocalizableMessage |
getDetailsMsg()
Returns the details message (the log message) of the install.
|
org.forgerock.i18n.LocalizableMessage |
getProgressBarMsg()
Returns the progress bar message.
|
Integer |
getProgressBarRatio()
Returns the progress bar ratio (the percentage of the install that is
completed).
|
ProgressStep |
getProgressStep()
Returns the step of the install on which we are.
|
public ProgressDescriptor(ProgressStep step, Integer progressBarRatio, org.forgerock.i18n.LocalizableMessage progressBarMsg, org.forgerock.i18n.LocalizableMessage detailsMsg)
step - the current install step.progressBarRatio - the completed progress ratio (in percentage).progressBarMsg - the message to be displayed in the progress bar.detailsMsg - the logs.public org.forgerock.i18n.LocalizableMessage getDetailsMsg()
public org.forgerock.i18n.LocalizableMessage getProgressBarMsg()
public Integer getProgressBarRatio()
public ProgressStep getProgressStep()
Copyright © 2010-2020 Wren Security. All Rights Reserved.