public final class SetupCli extends com.forgerock.opendj.cli.ConsoleApplication
Modifier and Type | Method and Description |
---|---|
boolean |
isCli()
Returns whether the command was launched in CLI mode or not.
|
boolean |
isCreateProxy()
Returns whether the command was launched to setup proxy or not.
|
boolean |
isInteractive() |
boolean |
isQuiet() |
boolean |
isVerbose() |
static void |
main(String[] args)
The main method for setup tool.
|
askConfirmation, askPort, confirmAction, errPrint, errPrintln, errPrintln, errPrintln, errPrintVerboseMessage, getErrorStream, getErrStream, getInputStream, getOutputStream, isAdvancedMode, isMenuDrivenMode, isScriptFriendly, pressReturnToContinue, print, println, println, println, println, printProgressBar, printVerboseMessage, readInput, readInput, readLineOfInput, readPassword, readPassword, readPort, readValidatedInput, readValidatedInput
public static void main(String[] args)
args
- The command-line arguments provided to this program.public boolean isInteractive()
isInteractive
in class com.forgerock.opendj.cli.ConsoleApplication
public boolean isQuiet()
isQuiet
in class com.forgerock.opendj.cli.ConsoleApplication
public boolean isVerbose()
isVerbose
in class com.forgerock.opendj.cli.ConsoleApplication
public boolean isCli()
true
if the command was launched to use CLI mode and false
otherwise.public boolean isCreateProxy()
true
if the command was launched to setup a proxy and false
otherwise.Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.