public final class BackendStat
extends com.forgerock.opendj.cli.Tool
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Provides the command-line arguments to the main tool for processing.
|
static int |
main(String[] args,
OutputStream outStream,
OutputStream errStream)
Provides the command-line arguments to the main tool for processing and returns the exit code as an
integer.
|
com.forgerock.opendj.cli.ReturnCode |
run(String... args)
Parses the provided command-line arguments and makes the appropriate changes to the Directory Server
configuration.
|
askConfirmation, askPort, confirmAction, enableConsoleLoggingIfVerbose, errPrintln, errPrintln, errPrintln, errPrintlnSurroundedByBlankLines, errPrintVerboseMessage, flushLogStream, getErrorStream, getErrStream, getInputStream, getOutputStream, isFullyInteractive, isQuiet, isScriptFriendly, isVerbose, logVerboseMessage, mayPrompt, parseArguments, pressReturnToContinue, print, println, println, println, println, printlnNoWrap, printlnSurroundedByBlankLines, printNoWrap, readInput, readInput, readInputAllowEmpty, readLineOfInput, readPassword, readPassword, readValidatedInput, readValidatedInput, report
public static void main(String[] args)
args
- The set of command-line arguments provided to this program.public static int main(String[] args, OutputStream outStream, OutputStream errStream)
args
- The set of command-line arguments provided to this program.outStream
- The output stream for standard output.errStream
- The output stream for standard error.public com.forgerock.opendj.cli.ReturnCode run(String... args) throws com.forgerock.opendj.cli.ClientException
run
in class com.forgerock.opendj.cli.Tool
args
- The command-line arguments provided to this program.com.forgerock.opendj.cli.ClientException
- If an error occurs while running the tool.Copyright 2010-2018 ForgeRock AS.