Package | Description |
---|---|
org.opends.quicksetup |
Defines the main classes that are you used by both the QuickSetup utilities:
the installer.
|
Modifier and Type | Method and Description |
---|---|
static UserInteraction.MessageType |
UserInteraction.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserInteraction.MessageType[] |
UserInteraction.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
UserInteraction.confirm(LocalizableMessage summary,
LocalizableMessage detail,
LocalizableMessage fineDetails,
LocalizableMessage title,
UserInteraction.MessageType type,
LocalizableMessage[] options,
LocalizableMessage def,
LocalizableMessage viewDetailsOption)
Present a list of choices to the user and wait for them to select one
of them.
|
Object |
CliUserInteraction.confirm(LocalizableMessage summary,
LocalizableMessage details,
LocalizableMessage fineDetails,
LocalizableMessage title,
UserInteraction.MessageType type,
LocalizableMessage[] options,
LocalizableMessage def,
LocalizableMessage viewDetailsOption)
Present a list of choices to the user and wait for them to select one
of them.
|
Object |
UserInteraction.confirm(LocalizableMessage summary,
LocalizableMessage detail,
LocalizableMessage title,
UserInteraction.MessageType type,
LocalizableMessage[] options,
LocalizableMessage def)
Present a list of choices to the user and wait for them to select one
of them.
|
Object |
CliUserInteraction.confirm(LocalizableMessage summary,
LocalizableMessage details,
LocalizableMessage title,
UserInteraction.MessageType type,
LocalizableMessage[] options,
LocalizableMessage def)
Present a list of choices to the user and wait for them to select one
of them.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.