public final class ManageTasks
extends com.forgerock.opendj.cli.ConsoleApplication
Modifier and Type | Method and Description |
---|---|
boolean |
isInteractive()
Indicates whether the user has requested interactive behavior.
|
boolean |
isMenuDrivenMode()
Indicates whether this console application is running in its menu-driven mode.
|
static void |
main(String[] args)
The main method for TaskInfo tool.
|
static int |
mainManageTasks(String[] args,
OutputStream out,
OutputStream err,
boolean initializeServer)
Processes the command-line arguments and invokes the export process.
|
askConfirmation, askPort, confirmAction, enableConsoleLoggingIfVerbose, errPrint, errPrintln, errPrintln, errPrintln, errPrintlnSurroundedByBlankLines, errPrintVerboseMessage, flushLogStream, getErrorStream, getErrStream, getInputStream, getOutputStream, isPromptingForTrust, isQuiet, 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 command-line arguments provided to this program.public static int mainManageTasks(String[] args, OutputStream out, OutputStream err, boolean initializeServer)
args
- The command-line arguments provided to thisout
- The output stream to use for standard output, or null
if standard output is not needed.err
- The output stream to use for standard error, or null
if standard error is not needed.initializeServer
- Indicates whether to initialize the server.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.public boolean isMenuDrivenMode()
com.forgerock.opendj.cli.ConsoleApplication
isMenuDrivenMode
in class com.forgerock.opendj.cli.ConsoleApplication
true
if this console application is running in its menu-driven mode.Copyright 2010-2020 ForgeRock AS.