public class DBTest extends Object
| Constructor and Description |
|---|
DBTest(OutputStream out,
OutputStream err)
Creates a new dsconfig application instance.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public DBTest(OutputStream out, OutputStream err)
out - The application output stream.err - The application error stream.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.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.