public final class SetupCli
extends com.forgerock.opendj.cli.ConsoleApplication
Modifier and Type | Method and Description |
---|---|
boolean |
isInteractive()
Indicates whether the user has requested interactive behavior.
|
boolean |
isQuiet()
Indicates whether the user has requested quiet output.
|
static void |
main(String[] args)
The main method which is called by the setup or the setup.bat scripts.
|
askConfirmation, askPort, confirmAction, enableConsoleLoggingIfVerbose, errPrint, errPrintln, errPrintln, errPrintln, errPrintlnSurroundedByBlankLines, errPrintVerboseMessage, flushLogStream, getErrorStream, getErrStream, getInputStream, getOutputStream, isMenuDrivenMode, isPromptingForTrust, isScriptFriendly, isVerbose, logVerboseMessage, pressReturnToContinue, print, println, println, println, println, printlnNoWrap, printlnSurroundedByBlankLines, printNoWrap, printProgressBar, printVerboseMessage, readInput, readInput, readInputAllowEmpty, readLineOfInput, readPassword, readPassword, readPort, readValidatedInput, readValidatedInput, report, run
public static void main(String[] args)
args
- the arguments passed on the command line.public boolean isQuiet()
com.forgerock.opendj.cli.ConsoleApplication
false
.isQuiet
in class com.forgerock.opendj.cli.ConsoleApplication
true
if the user has requested quiet output.public boolean isInteractive()
com.forgerock.opendj.cli.ConsoleApplication
The default implementation returns false
.
isInteractive
in class com.forgerock.opendj.cli.ConsoleApplication
true
if the user has requested interactive behavior.Copyright 2010-2020 ForgeRock AS.