public class ManageTasks
extends com.forgerock.opendj.cli.ConsoleApplication
| Modifier and Type | Method and Description |
|---|---|
TaskClient |
getTaskClient()
Gets the client that can be used to interact with the task backend.
|
boolean |
isAdvancedMode() |
boolean |
isInteractive() |
boolean |
isMenuDrivenMode() |
boolean |
isQuiet() |
boolean |
isScriptFriendly() |
boolean |
isVerbose() |
static void |
main(String[] args)
The main method for TaskInfo tool.
|
static int |
mainTaskInfo(String[] args,
OutputStream out,
OutputStream err,
boolean initializeServer)
Processes the command-line arguments and invokes the export process.
|
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 void main(String[] args)
args - The command-line arguments provided to this program.public static int mainTaskInfo(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 isAdvancedMode()
isAdvancedMode 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 isQuiet()
isQuiet in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isScriptFriendly()
isScriptFriendly in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isVerbose()
isVerbose in class com.forgerock.opendj.cli.ConsoleApplicationpublic TaskClient getTaskClient()
Copyright © 2010-2020 Wren Security. All Rights Reserved.