public class InstallDS
extends com.forgerock.opendj.cli.ConsoleApplication
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAdvancedMode() |
boolean |
isInteractive() |
boolean |
isMenuDrivenMode() |
boolean |
isQuiet() |
boolean |
isScriptFriendly() |
boolean |
isVerbose() |
static int |
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 |
mainCLI(String[] args,
TempLogFile tempLogFile)
Parses the provided command-line arguments and uses that information to run
the setup tool.
|
askConfirmation, askPort, confirmAction, errPrint, errPrintln, errPrintln, errPrintln, errPrintVerboseMessage, getErrorStream, getErrStream, getInputStream, getOutputStream, pressReturnToContinue, print, println, println, println, println, printlnNoWrap, printProgressBar, printVerboseMessage, readInput, readInput, readLineOfInput, readPassword, readPassword, readPort, readValidatedInput, readValidatedInputpublic static int mainCLI(String[] args, TempLogFile tempLogFile)
args - the command-line arguments provided to this program.tempLogFile - the temporary log file where messages will be logged.public static int mainCLI(String[] args, OutputStream outStream, OutputStream errStream, TempLogFile tempLogFile)
args - The command-line arguments provided to this program.outStream - The output stream to use for standard output, or null
if standard output is not needed.errStream - The output stream to use for standard error, or null
if standard error is not needed.tempLogFile - the temporary log file where messages will be logged.public boolean isQuiet()
isQuiet in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isInteractive()
isInteractive in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isMenuDrivenMode()
isMenuDrivenMode in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isScriptFriendly()
isScriptFriendly in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isAdvancedMode()
isAdvancedMode in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isVerbose()
isVerbose in class com.forgerock.opendj.cli.ConsoleApplicationCopyright © 2010-2020 Wren Security. All Rights Reserved.