| Package | Description |
|---|---|
| org.opends.guitools.uninstaller |
Defines the main classes that are you used by the uninstall and uninstall-gui
command lines.
|
| org.opends.quicksetup |
Defines the main classes that are you used by both the QuickSetup utilities:
the installer.
|
| org.opends.quicksetup.event |
Defines the different classes that are used to define the specific events
and listeners in the installer application.
|
| org.opends.quicksetup.installer |
Defines the classes that are you used by the installer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UninstallProgressStep
Enumeration of steps for an uninstall process.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
Uninstaller.getRatio(ProgressStep step)
Returns an integer that specifies which percentage of the whole
installation has been completed.
|
org.forgerock.i18n.LocalizableMessage |
Uninstaller.getSummary(ProgressStep step)
Returns an formatted representation of the summary for the specified
UninstallProgressStep.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ProgressStep |
Application.getCurrentProgressStep()
Gets the current step.
|
ProgressStep |
ProgressDescriptor.getProgressStep()
Returns the step of the install on which we are.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Integer |
Application.getRatio(ProgressStep step)
Gets an integer representing the amount of processing
this application still needs to perform as a ratio
out of 100.
|
abstract org.forgerock.i18n.LocalizableMessage |
Application.getSummary(ProgressStep step)
Gets an i18n'd string representing the summary of
a give ProgressStep.
|
void |
ProgressUpdateListenerDelegate.notifyListeners(ProgressStep current,
Integer ratio,
org.forgerock.i18n.LocalizableMessage currentPhaseSummary,
org.forgerock.i18n.LocalizableMessage newLogDetail)
This method notifies the ProgressUpdateListeners that there was an
update in the installation progress.
|
| 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 |
|---|---|
ProgressStep |
ProgressUpdateEvent.getProgressStep()
Gets the current progress step.
|
| Constructor and Description |
|---|
ProgressUpdateEvent(ProgressStep step,
Integer progressRatio,
org.forgerock.i18n.LocalizableMessage currentPhaseSummary,
org.forgerock.i18n.LocalizableMessage newLogs)
Constructor of the ProgressUpdateEvent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstallProgressStep
Enumeration of installation steps.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressStep |
Installer.getCurrentProgressStep() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
Installer.getRatio(ProgressStep status) |
org.forgerock.i18n.LocalizableMessage |
Installer.getSummary(ProgressStep status) |
Copyright © 2010-2020 Wren Security. All Rights Reserved.