See: Description
| Interface | Description |
|---|---|
| CliApplication |
Represents a quick setup CLI application.
|
| ProgressStep |
Interface describing the different installation steps in which we can
be.
|
| UserInteraction |
This class describes methods for supporting interaction with the user.
|
| WizardStep |
Step in a QuickSetup wizard application.
|
| Class | Description |
|---|---|
| Application |
This class represents an application that can be run in the context of
QuickSetup.
|
| BuildInformation |
Represents information about the current build that is
publicly obtainable by invoking start-ds -F.
|
| CliUserInteraction |
Supports user interactions for a command line driven application.
|
| Configuration |
Represents the contents of an OpenDS configuration file.
|
| Constants |
Defines common constants.
|
| CurrentInstallStatus |
This class is used to know which is the status of the install.
|
| Installation |
This class represents the physical state of an OpenDJ installation.
|
| JavaArguments |
A class used to describe the java arguments for a given command-line.
|
| Launcher |
Responsible for providing initial evaluation of command line arguments
and determining whether to launch a CLI, GUI, or print a usage statement.
|
| LicenseFile |
Represents information about the license file.
|
| ProgressDescriptor |
This class is used to describe the current state of the installation.
|
| ProgressUpdateListenerDelegate |
Delegate class for handling progress notification listeners and events.
|
| QuickSetupCli |
Class used by Launcher to start a CLI application.
|
| QuickSetupLog |
Utilities for setting up QuickSetup application log.
|
| ReturnCode |
This class defines enumeration of application return code.
|
| SecurityOptions |
Class used to describe the Security Options specified by the user.
|
| SplashScreen |
This is the class that displays a splash screen and in the background it will
create QuickSetup object.
|
| Status |
This class represents the current state of a particular installation.
|
| UserData |
This class is used to provide a data model for the different parameters
that the user can provide in the installation wizard.
|
| Enum | Description |
|---|---|
| ButtonName |
This enumeration defines the logical names of the buttons that appear on the
the wizard dialog.
|
| SecurityOptions.CertificateType |
The different type of security options that we can have.
|
| Step |
This enumeration just represents the different steps that we can have in
the installation and uninstallation wizards.
|
| UserDataCertificateException.Type |
The enumeration for the different types of the exception.
|
| UserInteraction.MessageType |
Type of message displayed to the user.
|
| Exception | Description |
|---|---|
| ApplicationException |
This exception is used to encapsulate all the error that we might have
during the installation.
|
| UserDataCertificateException |
This exception is used when there is a certificate issue and the user must
be asked to accept it or not.
|
| UserDataConfirmationException |
This exception is used when there is an confirmation to be asked
concerning the data provided by the user.
|
| UserDataException |
This exception is used when there is an error with the data provided by
the user.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.