public enum Step extends Enum<Step> implements WizardStep
| Enum Constant and Description |
|---|
CONFIRM_UNINSTALL
Confirmation panel for the uninstallation.
|
CREATE_GLOBAL_ADMINISTRATOR
Global Administrator creation panel.
|
FINISHED
Finished panel.
|
LICENSE
License approval step for the installation.
|
NEW_SUFFIX_OPTIONS
Data Options panel (suffix dn, LDIF path, etc.).
|
PROGRESS
Progress panel.
|
REMOTE_REPLICATION_PORTS
Panel when the user specifies the replication ports of the remote servers
that have not defined it.
|
REPLICATION_OPTIONS
Data Replication panel (standalone or replicated).
|
REVIEW
Review panel for the install.
|
RUNTIME_OPTIONS
Runtime options panel for the install.
|
SERVER_SETTINGS
Server Settings step (path, port, etc.).
|
SUFFIXES_OPTIONS
Suffixes to Replicate.
|
WELCOME
Welcome step for the installation.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizableMessage |
getDisplayMessage()
Gets this steps message key.
|
boolean |
isFinishedStep()
Indicates whether this is the finished step for the application or not.
|
boolean |
isLicenseStep()
Indicates whether this is the license approval step.
|
boolean |
isProgressStep()
Indicates that when this step is displayed the application will
be asked to launch itself.
|
static Step |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Step CONFIRM_UNINSTALL
public static final Step SERVER_SETTINGS
public static final Step REPLICATION_OPTIONS
public static final Step CREATE_GLOBAL_ADMINISTRATOR
public static final Step SUFFIXES_OPTIONS
public static final Step REMOTE_REPLICATION_PORTS
public static final Step NEW_SUFFIX_OPTIONS
public static final Step RUNTIME_OPTIONS
public static Step[] values()
for (Step c : Step.values()) System.out.println(c);
public static Step valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic LocalizableMessage getDisplayMessage()
getDisplayMessage in interface WizardSteppublic boolean isProgressStep()
isProgressStep in interface WizardSteppublic boolean isFinishedStep()
isFinishedStep in interface WizardSteptrue if this is the finished step for the application
and false otherwise.public boolean isLicenseStep()
isLicenseStep in interface WizardSteptrue if this is the license approval step
and false otherwise.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.