public final class UpgradeCli extends com.forgerock.opendj.cli.ConsoleApplication implements CallbackHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(Callback[] callbacks) |
boolean |
isAdvancedMode()
Indicates whether the user has requested advanced mode.
|
boolean |
isInteractive()
Indicates whether the user has requested interactive behavior.
|
boolean |
isMenuDrivenMode()
Indicates whether this console application is running in its menu-driven mode.
|
boolean |
isQuiet()
Indicates whether the user has requested quiet output.
|
boolean |
isScriptFriendly()
Indicates whether the user has requested script-friendly output.
|
boolean |
isVerbose()
Indicates whether the user has requested verbose output.
|
static void |
main(String[] args)
Provides the command-line arguments to the main application for processing.
|
static int |
main(String[] args,
boolean initializeServer,
OutputStream outStream,
OutputStream errStream)
Provides the command-line arguments to the main application for processing
and returns the exit code as an integer.
|
askConfirmation, askPort, confirmAction, errPrint, errPrintln, errPrintln, errPrintln, errPrintVerboseMessage, getErrorStream, getErrStream, getInputStream, getOutputStream, pressReturnToContinue, print, println, println, println, println, printProgressBar, printVerboseMessage, readInput, readInput, readLineOfInput, readPassword, readPassword, readPort, readValidatedInput, readValidatedInput
public static void main(String[] args)
args
- The set of command-line arguments provided to this program.public static int main(String[] args, boolean initializeServer, OutputStream outStream, OutputStream errStream)
args
- The set of command-line arguments provided to this program.initializeServer
- Indicates whether to perform basic initialization (which should
not be done if the tool is running in the same JVM as the server).outStream
- The output stream for standard output.errStream
- The output stream for standard error.public boolean isAdvancedMode()
isAdvancedMode
in class com.forgerock.opendj.cli.ConsoleApplication
true
if the user has requested advanced mode.public boolean isInteractive()
true
.isInteractive
in class com.forgerock.opendj.cli.ConsoleApplication
true
if the user has requested interactive behavior.public boolean isMenuDrivenMode()
isMenuDrivenMode
in class com.forgerock.opendj.cli.ConsoleApplication
true
if this console application is running in its menu-driven mode.public boolean isQuiet()
false
.isQuiet
in class com.forgerock.opendj.cli.ConsoleApplication
true
if the user has requested quiet output.public boolean isScriptFriendly()
false
.isScriptFriendly
in class com.forgerock.opendj.cli.ConsoleApplication
true
if the user has requested script-friendly output.public boolean isVerbose()
false
.isVerbose
in class com.forgerock.opendj.cli.ConsoleApplication
true
if the user has requested verbose output.public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
IOException
UnsupportedCallbackException
Copyright 2010-2017 ForgeRock AS.