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.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).
|
org.opends.quicksetup.ui |
Defines the graphical classes that are shared by the different applications.
|
org.opends.quicksetup.util |
Defines the different auxiliary classes that can be used by the different
applications (installer).
|
Modifier and Type | Class and Description |
---|---|
class |
Uninstaller
This class is in charge of performing the uninstallation of Open DS.
|
Modifier and Type | Class and Description |
---|---|
class |
Installer
This is an abstract class that is in charge of actually performing the
installation.
|
Modifier and Type | Method and Description |
---|---|
int |
InstallerHelper.invokeImportLDIF(Application application,
String[] args)
Invokes the import-ldif command-line with the provided parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
OfflineInstaller
This is an implementation of the Installer class that is used to install
the Directory Server from a zip file.
|
Modifier and Type | Class and Description |
---|---|
class |
GuiApplication
This class represents an application with a wizard GUI that can be run in the
context of QuickSetup.
|
Constructor and Description |
---|
FileManager(Application app)
Creates a new file manager.
|
ServerController(Application application)
Creates a new instance that will operate on
application 's
installation. |
ServerController(Application application,
Installation installation)
Creates a new instance that will operate on
installation
and use application for notifications. |
ZipExtractor(File zipFile,
int minRatio,
int maxRatio,
int numberZipEntries,
Application app)
Creates an instance of an ZipExtractor.
|
ZipExtractor(InputStream is,
int minRatio,
int maxRatio,
int numberZipEntries,
String zipFileName,
Application app)
Creates an instance of an ZipExtractor.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.