See: Description
| Interface | Description |
|---|---|
| ProgressMessageFormatter |
This interface has been created in order to share the same formatting code
for both the Installer and the Uninstaller classes.
|
| Class | Description |
|---|---|
| BackgroundTask<T> |
This class provides a mechanism for running a task in the background using a
separate thread and providing the caller with notification when it has
completed.
|
| ExtensionFileFilter |
This is a class used to be able to filter on certain type of files
in the File Browser dialog.
|
| FileManager |
Utility class for use by applications containing methods for managing
file system files.
|
| HtmlProgressMessageFormatter |
This is an implementation of the ProgressMessageFormatter class that
provides format in HTML.
|
| OutputReader |
This class is used to read an input stream and process ouput.
|
| PlainTextProgressMessageFormatter |
This is an implementation of the ProgressMessageFormatter class that
provides format in plain text.
|
| ServerController |
Class used to manipulate an OpenDS server.
|
| StandardOutputSuppressor |
Tool for suppressing and unsuppressing output to standard
output streams.
|
| UIKeyStore |
Class used to get the KeyStore that the graphical utilities use.
|
| URLWorker |
This class is used to try to launch a URL in the user web browser.
|
| Utils |
This class provides some static convenience methods of different nature.
|
| WebBrowserLauncher |
This is a very basic class used to launch the user web browser.
|
| ZipExtractor |
Class for extracting the contents of a zip file and managing
the reporting of progress during extraction.
|
| Enum | Description |
|---|---|
| FileManager.DeletionPolicy |
Describes the approach taken to deleting a file or directory.
|
| Exception | Description |
|---|---|
| IncompatibleVersionException |
The exception representing an incompatible java version being used.
|
| WebBrowserException |
This class is the exception that we get when we try to launch the user web
browser and we fail.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.