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.
|
org.opends.quicksetup.installer.offline |
Defines the specific classes for the offline installer (the one that can be
launched after unzipping the OpenDS zip file).
|
Modifier and Type | Class and Description |
---|---|
class |
UninstallProgressStep
Enumeration of steps for an uninstall process.
|
Modifier and Type | Method and Description |
---|---|
ProgressStep |
Uninstaller.getCurrentProgressStep()
Gets the current step.
|
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.
|
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 LocalizableMessage |
Application.getSummary(ProgressStep step)
Gets an i18n'd string representing the summary of
a give ProgressStep.
|
void |
ProgressUpdateListenerDelegate.notifyListeners(ProgressStep current,
Integer ratio,
LocalizableMessage currentPhaseSummary,
LocalizableMessage newLogDetail)
This method notifies the ProgressUpdateListeners that there was an
update in the installation progress.
|
Constructor and Description |
---|
ProgressDescriptor(ProgressStep step,
Integer progressBarRatio,
LocalizableMessage progressBarMsg,
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,
LocalizableMessage currentPhaseSummary,
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 |
---|---|
protected void |
Installer.initSummaryMap(Map<ProgressStep,LocalizableMessage> hmSummary,
boolean isCli)
Updates the contents of the provided map with the localized summary
strings.
|
protected void |
Installer.updateSummaryWithServerState(Map<ProgressStep,LocalizableMessage> hmSummary,
Boolean isCli)
Updates the messages in the summary with the state of the server.
|
Modifier and Type | Method and Description |
---|---|
Integer |
OfflineInstaller.getRatio(ProgressStep status)
Gets an integer representing the amount of processing
this application still needs to perform as a ratio
out of 100.
|
LocalizableMessage |
OfflineInstaller.getSummary(ProgressStep status)
Gets an i18n'd string representing the summary of
a give ProgressStep.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.