public class BackendStat extends Object
| Constructor and Description |
|---|
BackendStat(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,
OutputStream outStream,
OutputStream errStream)
Provides the command-line arguments to the main application for
processing and returns the exit code as an integer.
|
public BackendStat(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, 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.Copyright © 2010-2018 ForgeRock AS. All Rights Reserved.