public class ConfigureDS extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
configMain(String[] args,
OutputStream outStream,
OutputStream errStream)
Parses the provided command-line arguments and makes the appropriate
changes to the Directory Server configuration.
|
static void |
main(String[] args)
Provides the command-line arguments to the
configMain method
for processing. |
public static void main(String[] args)
configMain method
for processing.args - The set of command-line arguments provided to this program.public static int configMain(String[] args, OutputStream outStream, OutputStream errStream)
args - The command-line arguments provided to this program.outStream - Output stream.errStream - Error stream.Copyright © 2010-2020 Wren Security. All Rights Reserved.