public class LDIFDiff extends Object
Constructor and Description |
---|
LDIFDiff() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Provides the command line arguments to the
mainDiff method
so that they can be processed. |
static int |
mainDiff(String[] args,
boolean serverInitialized,
OutputStream outStream,
OutputStream errStream)
Parses the provided command line arguments and performs the appropriate
LDIF diff operation.
|
public LDIFDiff()
public static void main(String[] args)
mainDiff
method
so that they can be processed.args
- The command line arguments provided to this program.public static int mainDiff(String[] args, boolean serverInitialized, OutputStream outStream, OutputStream errStream)
args
- The command line arguments provided to this
program.serverInitialized
- Indicates whether the Directory Server has
already been initialized (and therefore should
not be initialized a second time).outStream
- The output stream to use for standard output, or
null
if standard output is not needed.errStream
- The output stream to use for standard error, or
null
if standard error is not needed.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.