public class LDIFSearch extends Object
| Constructor and Description |
|---|
LDIFSearch() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Provides the command line arguments to the
mainSearch method
so that they can be processed. |
static int |
mainSearch(String[] args,
boolean initializeServer,
OutputStream outStream,
OutputStream errStream)
Parses the provided command line arguments and performs the appropriate
search operation.
|
public LDIFSearch()
public static void main(String[] args)
mainSearch method
so that they can be processed.args - The command line arguments provided to this program.public static int mainSearch(String[] args, boolean initializeServer, OutputStream outStream, OutputStream errStream)
args - The command line arguments provided to this
program.initializeServer - True if server initialization should be done.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-2015 ForgeRock AS. All Rights Reserved.