| Package | Description |
|---|---|
| org.opends.quicksetup |
Defines the main classes that are you used by both the QuickSetup utilities:
the installer.
|
| org.opends.quicksetup.ui |
Defines the graphical classes that are shared by the different applications.
|
| org.opends.server.tools |
Contains various Directory Server tool implementations.
|
| Modifier and Type | Field and Description |
|---|---|
protected TempLogFile |
Launcher.tempLogFile
The temporary log file which will be kept if an error occurs.
|
protected TempLogFile |
Application.tempLogFile
Temporary log file where messages will be logged.
|
| Modifier and Type | Method and Description |
|---|---|
static TempLogFile |
TempLogFile.newTempLogFile(String prefix)
Creates a new temporary log file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SplashScreen.main(TempLogFile tempLogFile,
String[] args)
The main method for this class.
|
void |
Application.setTempLogFile(TempLogFile tempLogFile)
Sets the temporary log file where messages will be logged.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuickSetup.initialize(TempLogFile tempLogFile,
String[] args)
This method creates the install/uninstall dialogs and to check the current
install status.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
InstallDS.mainCLI(String[] args,
OutputStream outStream,
OutputStream errStream,
TempLogFile tempLogFile)
Parses the provided command-line arguments and uses that information to run
the setup tool.
|
static int |
InstallDS.mainCLI(String[] args,
TempLogFile tempLogFile)
Parses the provided command-line arguments and uses that information to run
the setup tool.
|
Copyright © 2010-2020 Wren Security. All Rights Reserved.