Package | Description |
---|---|
org.opends.quicksetup.installer |
Defines the classes that are you used by the installer.
|
Modifier and Type | Field and Description |
---|---|
protected Set<InstallProgressStep> |
Installer.completedProgress
Set of progress steps that have been completed.
|
Modifier and Type | Method and Description |
---|---|
InstallProgressStep |
NewSuffixOptions.getInstallProgressStep()
Returns
InstallProgressStep equivalent to the type of new suffix
options. |
static InstallProgressStep |
InstallProgressStep.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallProgressStep[] |
InstallProgressStep.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Installer.setCurrentProgressStep(InstallProgressStep currentProgressStep)
Sets the current progress step of the installation process.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.